[SCM] libgeo-googleearth-pluggable-perl Debian packaging branch, master, updated. debian/0.13-2-7-g28f9769

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Feb 18 20:35:44 UTC 2012


The following commit has been merged in the master branch:
commit 9b4f05982b7560c756f6aa125c835ffde878c52d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Feb 18 21:26:35 2012 +0100

    Rewrote short and long description (closes: #651770)

diff --git a/debian/changelog b/debian/changelog
index c14db66..5709219 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libgeo-googleearth-pluggable-perl (0.14-1) UNRELEASED; urgency=low
 
+  [ Fabrizio Regalli ]
   * New upstream version.
 
+  [ Florian Schlichting ]
+  * Rewrote short and long description (closes: #651770).
+
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 28 Jun 2011 18:15:04 +0200
 
 libgeo-googleearth-pluggable-perl (0.13-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index bbf0a81..aaed81a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,11 @@ Package: libgeo-googleearth-pluggable-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
-Description: export RDF geo data to KML (Google Earth)
- Resource Description Framework (RDF) is a standard model for data
- interchange on the Web.
+Description: module to generate GoogleEarth Documents
+ Geo::GoogleEarth::Pluggable is a Perl object oriented interface that
+ allows for the creation of XML documents that can be used with Google
+ Earth.
  .
- Geo::GoogleEarth::Pluggable takes RDF using W3C's WGS84 Geo Positioning
- vocabulary and converts it to KML format as used by Google Earth.
+ Supported output formats include KML and KMZ, optionally including HTTP
+ headers appropriate for a web application.  However, if you need to
+ read KML files, please see the Geo::KML package's from method.
diff --git a/debian/control.in b/debian/control.in
index 3e7176d..6a2db52 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,9 +13,11 @@ Package: libgeo-googleearth-pluggable-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
-Description: export RDF geo data to KML (Google Earth)
- Resource Description Framework (RDF) is a standard model for data
- interchange on the Web.
+Description: module to generate GoogleEarth Documents
+ Geo::GoogleEarth::Pluggable is a Perl object oriented interface that
+ allows for the creation of XML documents that can be used with Google
+ Earth.
  .
- Geo::GoogleEarth::Pluggable takes RDF using W3C's WGS84 Geo Positioning
- vocabulary and converts it to KML format as used by Google Earth.
+ Supported output formats include KML and KMZ, optionally including HTTP
+ headers appropriate for a web application.  However, if you need to
+ read KML files, please see the Geo::KML package's from method.

-- 
libgeo-googleearth-pluggable-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list