[SCM] Debian packaging of libpod-constants-perl branch, master, updated. cfca0fb2c4b7d1afcd7dbc60598a66a1f7c69017

gregor herrmann gregoa at debian.org
Tue Nov 15 20:39:20 UTC 2011


The following commit has been merged in the master branch:
commit 71f44cf8e8ac1103cf4b5d876130124a0dd2a37a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 15 20:52:55 2011 +0100

    Add patch EUMM_AUTHOR.patch: adjust AUTHOR in Makefile.PL to older and newer
    versions of ExtUtils::MakeMaker.
    
    Closes: #629284

diff --git a/debian/patches/EUMM_AUTHOR.patch b/debian/patches/EUMM_AUTHOR.patch
new file mode 100644
index 0000000..067d030
--- /dev/null
+++ b/debian/patches/EUMM_AUTHOR.patch
@@ -0,0 +1,22 @@
+Description: ExtUtils::MakeMaker expects an arrayref for AUTHOR since 6.57_02
+ which was first included in perl 5.13.5
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=61780
+Bug-Debian: http://bugs.debian.org/629284
+Forwarded: no, this is a band-aid and not a proper fix (cf. the ticket at CPAN RT)
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-15
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -26,7 +26,9 @@
+ 			   },
+     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
+       (ABSTRACT_FROM => 'Constants.pm', # retrieve abstract from module
+-       AUTHOR     => 'Sam Vilain <sam at vilain.net>') : ()),
++       AUTHOR     =>
++       ($] < 5.013005 ? 'Sam Vilain <sam at vilain.net>' :  [ 'Sam Vilain <sam at vilain.net>' ])
++       ) : ()),
+ });
+ 
+ if (open MAKEMAKERISAHORRIDHACK, ">t/perlpath") {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ca77614
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+EUMM_AUTHOR.patch

-- 
Debian packaging of libpod-constants-perl



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