Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
I'd like to fix #785502 in jessie. Trivial debdiff attached. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru libi18n-charset-perl-1.412/debian/changelog libi18n-charset-perl-1.412/debian/changelog --- libi18n-charset-perl-1.412/debian/changelog 2013-10-22 20:33:32.000000000 +0300 +++ libi18n-charset-perl-1.412/debian/changelog 2015-05-17 15:00:55.000000000 +0300 @@ -1,3 +1,10 @@ +libi18n-charset-perl (1.412-1+deb8u1) jessie; urgency=medium + + * Team upload. + * Remove a stray 'use blib' line. (Closes: #785502) + + -- Niko Tyni <nt...@debian.org> Sun, 17 May 2015 14:59:47 +0300 + libi18n-charset-perl (1.412-1) unstable; urgency=low [ Salvatore Bonaccorso ] diff -Nru libi18n-charset-perl-1.412/debian/patches/no-use-blib libi18n-charset-perl-1.412/debian/patches/no-use-blib --- libi18n-charset-perl-1.412/debian/patches/no-use-blib 1970-01-01 02:00:00.000000000 +0200 +++ libi18n-charset-perl-1.412/debian/patches/no-use-blib 2015-05-17 14:59:45.000000000 +0300 @@ -0,0 +1,15 @@ +Remove a stray 'use blib' line + +This was fixed upstream in 1.414. + +Bug-Debian: https://bugs.debian.org/785502 +--- libi18n-charset-perl.orig/lib/I18N/Charset.pm ++++ libi18n-charset-perl/lib/I18N/Charset.pm +@@ -9,7 +9,6 @@ + require 5.005; + + use base 'Exporter'; +-use blib; + use Carp; + + =head1 NAME diff -Nru libi18n-charset-perl-1.412/debian/patches/series libi18n-charset-perl-1.412/debian/patches/series --- libi18n-charset-perl-1.412/debian/patches/series 2013-10-22 20:33:32.000000000 +0300 +++ libi18n-charset-perl-1.412/debian/patches/series 2015-05-17 14:58:44.000000000 +0300 @@ -1 +1,2 @@ +no-use-blib t_utf8.patch