[libschedule-cron-perl] 01/05: Add patch from upstream Git to fix "Unescaped left brace" error.

gregor herrmann gregoa at debian.org
Thu Jun 29 22:13:51 UTC 2017


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

gregoa pushed a commit to branch master
in repository libschedule-cron-perl.

commit fbadd89ba81cfadd96400c78b6f53c4fa699d072
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 29 23:59:55 2017 +0200

    Add patch from upstream Git to fix "Unescaped left brace" error.
    
    Closes: #826491
---
 ...aped-left-brace-in-regex-is-illegal-RT-11.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0001-Fixes-Unescaped-left-brace-in-regex-is-illegal-RT-11.patch b/debian/patches/0001-Fixes-Unescaped-left-brace-in-regex-is-illegal-RT-11.patch
new file mode 100644
index 0000000..9665ebd
--- /dev/null
+++ b/debian/patches/0001-Fixes-Unescaped-left-brace-in-regex-is-illegal-RT-11.patch
@@ -0,0 +1,26 @@
+From fabead181f55e8b8ee5729e25d1b3c9327e95b67 Mon Sep 17 00:00:00 2001
+From: Alexandr Ciornii <alexchorny at gmail.com>
+Date: Wed, 4 Jan 2017 15:06:37 +0200
+Subject: [PATCH] Fixes "Unescaped left brace in regex is illegal", RT#117437
+
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=117437
+Bug-Debian: https://bugs.debian.org/826491
+
+---
+ t/pretty_print_args.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/pretty_print_args.t b/t/pretty_print_args.t
+index 7a1322e..e50e76b 100644
+--- a/t/pretty_print_args.t
++++ b/t/pretty_print_args.t
+@@ -11,4 +11,4 @@ my @args = (
+            );     
+ 
+ my $out = join(",",Schedule::Cron->_format_args(@args));
+-like($out,qr/\['bla','blub',{.*?'and'\s*=>\s*'HASH\(.*?\)'.*?}\],3,{.*?'blub'\s*=>\s*'bla'.*?}/);
++like($out,qr/\['bla','blub',\{.*?'and'\s*=>\s*'HASH\(.*?\)'.*?}\],3,\{.*?'blub'\s*=>\s*'bla'.*?}/);
+-- 
+2.13.2
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fc11c91
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fixes-Unescaped-left-brace-in-regex-is-illegal-RT-11.patch

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



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