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

fsfs pushed a commit to branch master
in repository libarchive-zip-perl.

commit df46dcdc9e84f433f89aae5bf7a57c9efa8856b0
Author: Florian Schlichting <f...@debian.org>
Date:   Mon Nov 21 22:24:11 2016 +0100

    Make crc32 error message unambiguous (closes: #762454)
---
 debian/patches/bogus-error-message.patch | 16 ++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/bogus-error-message.patch 
b/debian/patches/bogus-error-message.patch
new file mode 100644
index 0000000..56dfeab
--- /dev/null
+++ b/debian/patches/bogus-error-message.patch
@@ -0,0 +1,16 @@
+Description: Make crc32 error message unambiguous
+Author: Florian Schlichting <f...@debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762454
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118886
+
+--- a/script/crc32
++++ b/script/crc32
+@@ -21,7 +21,7 @@
+     }
+     my $fh = FileHandle->new();
+     if ( !$fh->open( $file, 'r' ) ) {
+-        warn "$0: $!\n";
++        warn "$0: Cannot open $file: $!\n";
+         next;
+     }
+     binmode($fh);
diff --git a/debian/patches/series b/debian/patches/series
index d4c291b..bddb417 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_example_shebangs.patch
+bogus-error-message.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to