[SCM] Debian packaging of libgeo-osm-tiles-perl branch, master, updated. dd9cbac5c81c4f18636605ab27fb53fb9bbd452f

gregor herrmann gregoa at debian.org
Tue Jun 5 19:40:31 UTC 2012


The following commit has been merged in the master branch:
commit 238d82fc4d64018795afa344d26a5ba3fa3b3302
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 5 21:36:16 2012 +0200

    wrap deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 339c44d..ec07ded 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libgeo-osm-tiles-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libwww-perl, libyaml-perl, perl
+Build-Depends-Indep: perl,
+ libwww-perl,
+ libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.3
@@ -12,7 +14,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-osm-ti
 
 Package: libgeo-osm-tiles-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libyaml-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libwww-perl,
+ libyaml-perl
 Description: module for calculating tile numbers for OpenStreetMap
  Geo::OSM::Tiles provides functions for calculating the path to a map tile at
  OpenStreetMap out of geographic coordinates. The path of a tile at OSM has

-- 
Debian packaging of libgeo-osm-tiles-perl



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