[libnet-sieve-script-perl] 03/06: Drop patches, both applied upstream.

gregor herrmann gregoa at debian.org
Sat Sep 30 12:43:30 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-sieve-script-perl.

commit 9e8e42e45b784d3bd9367287b503bc3306ecb6c7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 30 14:39:48 2017 +0200

    Drop patches, both applied upstream.
---
 debian/patches/series                     |  2 --
 debian/patches/spelling.patch             | 47 -------------------------------
 debian/patches/unescaped_left_brace.patch | 18 ------------
 3 files changed, 67 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2685618..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-unescaped_left_brace.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 11c30bb..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-08-01
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122676
-Bug: https://rt.cpan.org/Ticket/Display.html?id=122676
-
---- a/lib/Net/Sieve/Script.pm
-+++ b/lib/Net/Sieve/Script.pm
-@@ -335,7 +335,7 @@
- 
- =head2 reorder_rules
- 
--Reorder rules with a list of number, start with 1, and with blanck separator. Usefull for ajax sort functions.
-+Reorder rules with a list of number, start with 1, and with blanck separator. Useful for ajax sort functions.
- 
- Thank you jeanne for your help in brain storming.
- 
---- a/lib/Net/Sieve/Script/Condition.pm
-+++ b/lib/Net/Sieve/Script/Condition.pm
-@@ -352,7 +352,7 @@
- =head2 write
- 
-  Purpose  : write rule conditions in text format
-- Return   : multi-line formated text
-+ Return   : multi-line formatted text
- 
- =head1 AUTHOR
- 
---- a/lib/Net/Sieve/Script/Rule.pm
-+++ b/lib/Net/Sieve/Script/Rule.pm
-@@ -50,11 +50,11 @@
- =head2 new
- 
-     Arguments :
--        order =>     : optionnal set priority for rule
--        ctrl  =>     : optionnal default 'if', else could be 'else', 'elsif' 
-+        order =>     : optional set priority for rule
-+        ctrl  =>     : optional default 'if', else could be 'else', 'elsif'
-                        or 'vacation'
--        test_list => : optionnal conditions by string or by Condition Object
--        block =>     : optionnal block of commands
-+        test_list => : optional conditions by string or by Condition Object
-+        block =>     : optional block of commands
-     Returns   :   Net::Sieve::Script::Rule object
- 
- Set accessors
diff --git a/debian/patches/unescaped_left_brace.patch b/debian/patches/unescaped_left_brace.patch
deleted file mode 100644
index 1a903f1..0000000
--- a/debian/patches/unescaped_left_brace.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix "Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex"
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2017-08-01
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122675
-Bug: https://rt.cpan.org/Ticket/Display.html?id=122675
-
---- a/lib/Net/Sieve/Script.pm
-+++ b/lib/Net/Sieve/Script.pm
-@@ -254,7 +254,7 @@
-     }
- 
-     my $order;
--    while ($script_raw =~m/(if|else|elsif) (.*?){(.*?)}([\s;]?)/isg) {
-+    while ($script_raw =~m/(if|else|elsif) (.*?)\{(.*?)}([\s;]?)/isg) {
-         my $ctrl = lc($1);
-         my $test_list = $2;
-         my $block = $3;

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



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