This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmail-mbox-messageparser-perl.
commit dcd231b72e3b839b4f2640b1d19b3d7183528fa0 Author: gregor herrmann <[email protected]> Date: Sun Jul 5 16:58:59 2015 +0200 Drop warnings.patch, fixed upstream. --- debian/patches/series | 1 - debian/patches/warnings.patch | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 5e75259..d851e26 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ paths.patch -warnings.patch diff --git a/debian/patches/warnings.patch b/debian/patches/warnings.patch deleted file mode 100644 index e42a7b8..0000000 --- a/debian/patches/warnings.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Ansgar Burchardt <[email protected]> -Date: Sun, 06 Jun 2010 13:27:57 +0900 -Bug-Debian: http://bugs.debian.org/582672 -Bug: https://rt.cpan.org/Public/Bug/Display.html?id=58053 -Subject: Fix warning with perl-5.12 - ---- libmail-mbox-messageparser-perl.orig/lib/Mail/Mbox/MessageParser.pm -+++ libmail-mbox-messageparser-perl/lib/Mail/Mbox/MessageParser.pm -@@ -294,7 +294,7 @@ - dprint "Calling \"$filter_command\" to decompress file \"$file_name\"."; - - use vars qw(*OLDSTDERR); -- open OLDSTDERR,">&STDERR" or die "Can't save STDERR: $!\n"; -+ open OLDSTDERR, ">&", \*STDERR or die "Can't save STDERR: $!\n"; - open STDERR,">" . File::Spec->devnull() - or die "Can't redirect STDERR to " . File::Spec->devnull() . ": $!\n"; - -@@ -305,7 +305,7 @@ - - binmode $file_handle; - -- open STDERR,">&OLDSTDERR" or die "Can't restore STDERR: $!\n"; -+ open STDERR, ">&", \*OLDSTDERR or die "Can't restore STDERR: $!\n"; - - if (eof($file_handle)) - { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-mbox-messageparser-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
