[libtime-olsontz-download-perl] 04/08: Drop 0001-Fix-regexp-syntax-for-Perl-5.22.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Thu Aug 3 00:53:09 UTC 2017


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

gregoa pushed a commit to branch master
in repository libtime-olsontz-download-perl.

commit b450e33770d69a7f6bf0f17c133e8c0c5decdec6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 2 20:43:03 2017 -0400

    Drop 0001-Fix-regexp-syntax-for-Perl-5.22.patch, fixed upstream.
---
 .../0001-Fix-regexp-syntax-for-Perl-5.22.patch     | 29 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch b/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch
deleted file mode 100644
index aaf9fd1..0000000
--- a/debian/patches/0001-Fix-regexp-syntax-for-Perl-5.22.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 5c2231bdf863d48a1c3034239bb689f9d452dc6d Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sun, 27 Dec 2015 21:26:24 +0200
-Subject: [PATCH] Fix regexp syntax for Perl 5.22
-
-Unescaped left brace in regex is deprecated, passed through in regex
-
-Bug-Debian: https://bugs.debian.org/809108
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110676
----
- lib/Time/OlsonTZ/Download.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Time/OlsonTZ/Download.pm b/lib/Time/OlsonTZ/Download.pm
-index 1fc64a7..e66c59f 100644
---- a/lib/Time/OlsonTZ/Download.pm
-+++ b/lib/Time/OlsonTZ/Download.pm
-@@ -711,7 +711,7 @@ sub _ensure_standard_zonenames {
- 			\nzonenames:[\ \t]+\$\(TDATA\)[\ \t]*\n
- 			\t[\ \t]*\@\$\(AWK\)\ '
- 			/\^Zone/\ \{\ print\ \$\$2\ \}
--			\ /\^Link/\ {\ print\ \$\$3\ }
-+			\ /\^Link/\ \{\ print\ \$\$3\ }
- 			'\ \$\(TDATA\)[\ \t]*\n\n
- 		#x);
- 	}
--- 
-2.6.4
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bd90738..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-regexp-syntax-for-Perl-5.22.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-olsontz-download-perl.git



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