[libgeo-googleearth-pluggable-perl] 01/01: Depend/build-depend explicitly on Module::Pluggable which is being removed from perl in 5.20 (Closes: #711663)
dom at earth.li
dom at earth.li
Sat Sep 7 19:09:44 UTC 2013
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository libgeo-googleearth-pluggable-perl.
commit f47f0c1acf9d6ef59a1c17760f601cf98259e47a
Author: Dominic Hargreaves <dom at earth.li>
Date: Sat Sep 7 19:41:41 2013 +0100
Depend/build-depend explicitly on Module::Pluggable which is being removed from perl in 5.20 (Closes: #711663)
---
debian/changelog | 7 +++++++
debian/control | 6 ++++--
debian/rules | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5e2d6c9..aab0a67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libgeo-googleearth-pluggable-perl (0.15-2) UNRELEASED; urgency=low
+
+ * Depend/build-depend explicitly on Module::Pluggable which is being
+ removed from perl in 5.20 (Closes: #711663)
+
+ -- Dominic Hargreaves <dom at earth.li> Sat, 07 Sep 2013 19:40:03 +0100
+
libgeo-googleearth-pluggable-perl (0.15-1) unstable; urgency=low
[ upstream ]
diff --git a/debian/control b/debian/control
index 4f52228..05e88aa 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,12 @@ Build-Depends: cdbs,
libio-stringy-perl,
libmethod-autoload-perl,
libpackage-new-perl,
- libxml-libxml-lazybuilder-perl
+ libxml-libxml-lazybuilder-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+ Florian Schlichting <fschlich at zedat.fu-berlin.de>,
+ Dominic Hargreaves <dom at earth.li>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgeo-googleearth-pluggable-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-googleearth-pluggable-perl.git
diff --git a/debian/rules b/debian/rules
index b730f32..7715225 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/M/MR/MRDVT
DEB_UPSTREAM_TARBALL_MD5 = 762aef30f2c8907b610cfca0bf806ac1
# Needed by upstream build and (always) at runtime
-perl-deps = archive-zip io-stringy method-autoload package-new
+perl-deps = archive-zip io-stringy method-autoload package-new module-pluggable
perl-deps += xml-libxml-lazybuilder
deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-googleearth-pluggable-perl.git
More information about the Pkg-perl-cvs-commits
mailing list