[libi18n-charset-perl] 01/01: * Remove a stray 'use blib' line. (Closes: #785502)

Niko Tyni ntyni at moszumanska.debian.org
Sat May 23 17:07:36 UTC 2015


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

ntyni pushed a commit to annotated tag debian/1.412-1+deb8u1
in repository libi18n-charset-perl.

commit 1a1ac61585ef6a9a07848640d96dbbe23c119e4c
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun May 17 15:00:23 2015 +0300

    * Remove a stray 'use blib' line. (Closes: #785502)
---
 debian/changelog           |  7 +++++++
 debian/patches/no-use-blib | 15 +++++++++++++++
 debian/patches/series      |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fa203e9..c0f295d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ntyni at debian.org>  Sun, 17 May 2015 14:59:47 +0300
+
 libi18n-charset-perl (1.412-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/patches/no-use-blib b/debian/patches/no-use-blib
new file mode 100644
index 0000000..00bfc2e
--- /dev/null
+++ b/debian/patches/no-use-blib
@@ -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 --git a/debian/patches/series b/debian/patches/series
index 9d7d9c8..f5a6926 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+no-use-blib
 t_utf8.patch

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



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