[libconvert-nls-date-format-perl] 03/06: Drop escape-brace-in-regex.patch, merged upstream.

gregor herrmann gregoa at debian.org
Fri Jan 22 20:58:40 UTC 2016


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

gregoa pushed a commit to branch master
in repository libconvert-nls-date-format-perl.

commit b112aa84b63a7db79f75071494e0b5553b868ae4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 22 21:53:32 2016 +0100

    Drop escape-brace-in-regex.patch, merged upstream.
---
 debian/patches/escape-brace-in-regex.patch | 21 ---------------------
 debian/patches/series                      |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/escape-brace-in-regex.patch b/debian/patches/escape-brace-in-regex.patch
deleted file mode 100644
index 1d5eae8..0000000
--- a/debian/patches/escape-brace-in-regex.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Escape braces in regexp
- Unescaped braces in regexp are deprecated and issue a warning
- when used in Perl 5.22.
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110651
-Bug-Debian: https://bugs.debian.org/809093
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110651
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2015-12-27
-
---- a/lib/Convert/NLS_DATE_FORMAT.pm
-+++ b/lib/Convert/NLS_DATE_FORMAT.pm
-@@ -110,7 +110,7 @@ sub posix2oracle {
-     my ($format) = @_;
-     # regex from DateTime
-     $format =~ s/
--                    (%{\w+})
-+                    (%\{\w+\})
-                 /
-                     $formats{$1} ? $formats{$1} : "\%$1"
-                 /sgex;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f147473..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-escape-brace-in-regex.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-nls-date-format-perl.git



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