[libgeo-google-mapobject-perl] 02/06: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sat Sep 13 18:53:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libgeo-google-mapobject-perl.

commit eddbcf3487d0c52398981a326fe5c42a569f2e80
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 13 20:40:16 2014 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 7b1849c..ecccfd0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,14 @@ Source: libgeo-google-mapobject-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libjson-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-json-perl, libhtml-parser-perl,
- libtest-deep-perl, libhtml-template-pluggable-perl
+Build-Depends-Indep: libhtml-parser-perl,
+                     libhtml-template-pluggable-perl,
+                     libjson-perl,
+                     libtest-deep-perl,
+                     libtest-json-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders:
 Standards-Version: 3.9.5
@@ -14,7 +19,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-google-map
 
 Package: libgeo-google-mapobject-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhtml-parser-perl
 Recommends: libhtml-template-pluggable-perl
 Description: module managing the server side of the Google Maps API
  Geo::Google::MapObject is intended to provide a server side solution to
@@ -30,7 +37,7 @@ Description: module managing the server side of the Google Maps API
  The javascript and static Google map APIs do not behave in quite the same way
  when zoom and center are not specified. Specifically it works quite well with
  the static maps
- (http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPositioning) 
+ (http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPositioning)
  but not so well with the javascript API. To compensate for this the
  module gives a choice between: specifying the center and zoom levels;
  allowing the APIs and client side code to do whatever they think best; using

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-google-mapobject-perl.git



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