[libapache-authznetldap-perl] 05/11: Add patch to make Makefile.PL work with Perl 5.18.
gregor herrmann
gregoa at debian.org
Tue Aug 20 14:47:12 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libapache-authznetldap-perl.
commit 3b0655c416989df8dc8cafb4c1f9f186215cfef0
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Aug 20 16:33:27 2013 +0200
Add patch to make Makefile.PL work with Perl 5.18.
Thanks: brian m. carlson for the patch.
Closes: #719972
---
debian/patches/perl-5.18-build.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/perl-5.18-build.patch b/debian/patches/perl-5.18-build.patch
new file mode 100644
index 0000000..4d34831
--- /dev/null
+++ b/debian/patches/perl-5.18-build.patch
@@ -0,0 +1,20 @@
+Description: fix Makefile.PL to work with perl 5.18
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/719972
+Bug: https://rt.cpan.org/Ticket/Display.html?id=87975
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=87975
+Author: "brian m. carlson" <sandals at crustytoothpaste.net>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-20
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -2,7 +2,7 @@
+ # ExtUtils::AutoInstall Bootstrap Code, version 7.
+ BEGIN{my$p='ExtUtils::AutoInstall';my$v=0.52;$p->VERSION||0>=$v
+ or+eval"use $p $v;1"or+do{my$e=$ENV{PERL_EXTUTILS_AUTOINSTALL};
+- (!defined($e)||$e!~m/--(?:default|skip|testonly)/and-t STDIN or
++ (!defined($e)||$e!~m/--(?:default|skip|testonly)/ and-t STDIN or
+ eval"use ExtUtils::MakeMaker;WriteMakefile(PREREQ_PM=>{'$p',$v}
+ );1"and exit)and print"==> $p $v required. Install it from CP".
+ "AN? [Y/n] "and<STDIN>!~/^n/i and print"*** Installing $p\n"and
diff --git a/debian/patches/series b/debian/patches/series
index 02656cb..2f3ab93 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
makefile-for-apache2.patch
new-apache2.patch
+perl-5.18-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-authznetldap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list