[libperlio-gzip-perl] 03/07: Drop PerlIO-gzip-0.18-RT92412.patch

gregor herrmann gregoa at debian.org
Mon Nov 9 20:31:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libperlio-gzip-perl.

commit 0526a76cdd71bde72ba635421184405dfa03547f
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 9 21:24:04 2015 +0100

    Drop PerlIO-gzip-0.18-RT92412.patch
    
    which was taken from CPAN RT and is included now.
---
 debian/patches/PerlIO-gzip-0.18-RT92412.patch | 20 --------------------
 debian/patches/series                         |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/PerlIO-gzip-0.18-RT92412.patch b/debian/patches/PerlIO-gzip-0.18-RT92412.patch
deleted file mode 100644
index 01aaa88..0000000
--- a/debian/patches/PerlIO-gzip-0.18-RT92412.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: adjust Config usage to Perl 5.20
-Origin: http://www.cpan.org/authors/id/S/SR/SREZIC/patches/PerlIO-gzip-0.18-RT92412.patch
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92412
-Bugs-Debian: https://bugs.debian.org/750237
-Author: zefram [...] fysh.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-06-22
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -4,7 +4,8 @@
- use ExtUtils::MakeMaker;
- use Config;
- 
--unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
-+unless ($Config{useperlio} eq 'define' and
-+	(defined($Config{usesfio}) ? $Config{usesfio} : 'false') eq 'false') {
-   die <<BARF;
- You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
- BARF
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b033ca3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-PerlIO-gzip-0.18-RT92412.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperlio-gzip-perl.git



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