[libi18n-charset-perl] 01/06: Add patch from CPAN RT to fix "Unescaped left brace" warning.

gregor herrmann gregoa at debian.org
Fri Jun 10 20:52:35 UTC 2016


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

gregoa pushed a commit to branch master
in repository libi18n-charset-perl.

commit b5f9369f237c4617a65211c385896bd7d2194658
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 10 22:45:23 2016 +0200

    Add patch from CPAN RT to fix "Unescaped left brace" warning.
    
    Closes: #826482
---
 debian/patches/I18N-Charset-1.414-RT115110.patch | 33 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/I18N-Charset-1.414-RT115110.patch b/debian/patches/I18N-Charset-1.414-RT115110.patch
new file mode 100644
index 0000000..c3c1636
--- /dev/null
+++ b/debian/patches/I18N-Charset-1.414-RT115110.patch
@@ -0,0 +1,33 @@
+From 2bfcc9e190c15e27f99d79e3fa5c5a00aae08845 Mon Sep 17 00:00:00 2001
+From: Slaven Rezic <slaven at rezic.de>
+Date: Wed, 8 Jun 2016 22:27:31 +0200
+Subject: [PATCH] fix "Unescaped left brace in regex" (RT #115110)
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=115110
+Bug-Debian: https://bugs.debian.org/826482
+
+---
+ Makefile.PL | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 5b07c80..33bb09c 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -64,11 +64,11 @@ if (0 && $ENV{MTHURN_PERL_DEV})
+     {
+     print " EEE did not find DIRFILESEP in Makefile\n";
+     } # if
+-  if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e)
++  if ($s !~ s/(pm_to_blib\()\{\{\@ARGV}}/$1 . '{@ARGV}'/e)
+     {
+     print " EEE did not find pm_to_blib at ARGV in Makefile\n";
+     } # if
+-  if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e)
++  if ($s !~ s/(from_to\s+=>\s+)\{\{\@ARGV}}/$1 . '{@ARGV}'/e)
+     {
+     print " EEE did not find from_to at ARGV in Makefile\n";
+     } # if
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 9d7d9c8..41ca240 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 t_utf8.patch
+I18N-Charset-1.414-RT115110.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