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

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Feb 21 19:58:06 UTC 2012


The following commit has been merged in the master branch:
commit 137f2ee11f373ecfd9ebfd44e0a7916ce5cb978d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Feb 21 20:53:40 2012 +0100

    Added (build-)dependency on libpackage-new-perl

diff --git a/debian/changelog b/debian/changelog
index 05b6407..45cdd4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,11 @@
 libgeo-googleearth-pluggable-perl (0.14-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libpackage-new-perl
-
   [ Fabrizio Regalli ]
   * New upstream version.
 
   [ Florian Schlichting ]
   * Rewrote short and long description (closes: #651770).
+  * Added (build-)dependency on libpackage-new-perl.
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 28 Jun 2011 18:15:04 +0200
 
diff --git a/debian/control b/debian/control
index aaed81a..f6179e9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: devscripts (>= 2.10.7~),
  libarchive-zip-perl,
  libio-stringy-perl,
  libmethod-autoload-perl,
+ libpackage-new-perl,
  libxml-libxml-lazybuilder-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/rules b/debian/rules
index 7b4dea3..5ef25b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/M/MR/MRDVT
 DEB_UPSTREAM_TARBALL_MD5 = 1728ff8c905baa1462e8faf183229c4e
 
 # Needed both by upstream build process and at runtime
-common-depends = libarchive-zip-perl, libio-stringy-perl, libmethod-autoload-perl, libxml-libxml-lazybuilder-perl
+common-depends = libarchive-zip-perl, libio-stringy-perl, libmethod-autoload-perl
+common-depends += , libpackage-new-perl, libxml-libxml-lazybuilder-perl
 
 CDBS_BUILD_DEPENDS += , $(common-depends)
 CDBS_DEPENDS_ALL = $(common-depends)

-- 
libgeo-googleearth-pluggable-perl Debian packaging



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