[SCM] Debian packaging of libclass-isa-perl branch, master, updated. e4e00b7ba2e9e9ec79ae4d66e988de1aa7241a34

Dominic Hargreaves dom at earth.li
Thu Nov 24 17:41:11 UTC 2011


The following commit has been merged in the master branch:
commit d8ede79493a4ff80fcf684c2c5058398c14aeca0
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Nov 24 16:54:55 2011 +0000

    Remove use of 'use if' so that this package can depend on perl-base rather than perl

diff --git a/debian/changelog b/debian/changelog
index c459244..81d5b2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libclass-isa-perl (0.36-3) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
+  [ Dominic Hargreaves ]
+  * Remove use of 'use if' so that this package can depend on perl-base
+    rather than perl
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 07 Aug 2011 16:35:08 +0200
 
 libclass-isa-perl (0.36-2) unstable; urgency=low
diff --git a/debian/patches/no-use-if-perl-base b/debian/patches/no-use-if-perl-base
new file mode 100644
index 0000000..3f62e5f
--- /dev/null
+++ b/debian/patches/no-use-if-perl-base
@@ -0,0 +1,13 @@
+Subject: Don't use 'use if' to contain our Depends to perl-base (#649101)
+
+--- a/lib/Class/ISA.pm	2011-07-31 19:18:13.000000000 +0100
++++ b/lib/Class/ISA.pm	2011-11-24 16:51:55.000000000 +0000
+@@ -5,8 +5,6 @@
+ $VERSION = '0.36';
+ $Debug = 0 unless defined $Debug;
+ 
+-use if $] >= 5.011, 'deprecate';
+-
+ ###########################################################################
+ 
+ sub self_and_super_versions {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..04470e4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-use-if-perl-base

-- 
Debian packaging of libclass-isa-perl



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