r6498 - /trunk/libwebservice-googlemaps-perl/debian/control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Aug 11 23:22:36 UTC 2007


Author: gregoa-guest
Date: Sat Aug 11 23:22:35 2007
New Revision: 6498

URL: http://svn.debian.org/wsvn/?sc=1&rev=6498
Log:
add missing (build) dependencies, correct long description

Modified:
    trunk/libwebservice-googlemaps-perl/debian/control

Modified: trunk/libwebservice-googlemaps-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwebservice-googlemaps-perl/debian/control?rev=6498&op=diff
==============================================================================
--- trunk/libwebservice-googlemaps-perl/debian/control (original)
+++ trunk/libwebservice-googlemaps-perl/debian/control Sat Aug 11 23:22:35 2007
@@ -2,21 +2,20 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends-Indep: perl (>= 5.8.8-7), libgd-gd2-perl, libwww-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwebservice-googlemaps-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-googlemaps-perl/
 
 Package: libwebservice-googlemaps-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libgd-gd2-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libgd-gd2-perl, libwww-perl
 Description:  Automated interface to Google Maps
  WebService::GoogleMaps provides an automated interface to Google Maps
- http://maps.google.com/, which provides free street maps of locations
- in the USA and Canada.  This module allows you to specify an image size,
- latitude, longitude, and zoom level and returns a GD object containing a
- street level map.
+ http://maps.google.com/, which provides free street maps This module allows
+ you to specify an image size, latitude, longitude, and zoom level and
+ returns a GD object containing a street level map.
  .
   Homepage: http://search.cpan.org/~klohner/WebService-GoogleMaps-0.07/ 




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