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

carnil pushed a commit to branch master
in repository libnet-managesieve-perl.

commit bdbccd6cf9d653bca4786db0a31ca8c95271f047
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Mon Jan 4 21:13:32 2016 +0100

    Drop escape-brace-in-regex.patch (applied 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 81edae5..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=110664
-Bug-Debian: https://bugs.debian.org/809102
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110664
-Author: Salvatore Bonaccorso <car...@debian.org>
-Last-Update: 2015-12-27
-
---- a/lib/Net/ManageSieve.pm
-+++ b/lib/Net/ManageSieve.pm
-@@ -1034,7 +1034,7 @@ sub _token {
-               $l =~ s/\A[[:blank:]]+//;
-       }
- 
--      if($l =~ /\A{(\d+)\+?}\r*\Z/) { # The next $1 octets are the token
-+      if($l =~ /\A\{(\d+)\+?\}\r*\Z/) {       # The next $1 octets are the 
token
-               my $cnt = $1;
-               $l = '';
-               while($cnt > 0) {       # Need some characters still
diff --git a/debian/patches/series b/debian/patches/series
index 408b3e7..8810115 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-escape-brace-in-regex.patch
 fix-spelling-error-in-manpage.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to