[SCM] Debian packaging of libdevel-globaldestruction-perl branch, master, updated. b48f2c899dcbd06fb0f8971d7cee000e3def13bc

Dominic Hargreaves dom at earth.li
Tue Nov 15 19:23:20 UTC 2011


The following commit has been merged in the master branch:
commit b48f2c899dcbd06fb0f8971d7cee000e3def13bc
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Nov 15 19:07:59 2011 +0000

    Fix Depends when built with perl 5.14 (thanks Jakub Wilk); closes: #648865

diff --git a/debian/changelog b/debian/changelog
index db1d05f..baa1719 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdevel-globaldestruction-perl (0.04-2) UNRELEASED; urgency=low
+libdevel-globaldestruction-perl (0.04-2) UNRELEASED; urgency=medium
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -7,7 +7,11 @@ libdevel-globaldestruction-perl (0.04-2) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:43:16 +0200
+  [ Dominic Hargreaves ]
+  * Fix Depends when built with perl 5.14 (thanks Jakub Wilk);
+    closes: #648865
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 15 Nov 2011 19:06:08 +0000
 
 libdevel-globaldestruction-perl (0.04-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 904f6f8..c05604c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libdevel-globaldestruction-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libsub-exporter-perl
+Build-Depends: debhelper (>= 7.0.50~), perl, libsub-exporter-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+ Jonathan Yu <jawnsy at cpan.org>, Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-globaldestruction-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-globaldestruction-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..3a830c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_perl:
+	dh_perl
+	perl -pi -e 'defined $${^GLOBAL_PHASE} and s/(perl:Depends=.*)/$$1, perl (>= 5.13.7)/' debian/libdevel-globaldestruction-perl.substvars

-- 
Debian packaging of libdevel-globaldestruction-perl



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