[libmoosex-app-cmd-perl] 06/12: Drop fix-test-regexps.patch, which was taken from upstream.

gregor herrmann gregoa at debian.org
Tue Sep 22 17:59:01 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmoosex-app-cmd-perl.

commit eae4092556f02c1798807e73bf947c0bcc0de40e
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Sep 22 19:40:21 2015 +0200

    Drop fix-test-regexps.patch, which was taken from upstream.
---
 debian/patches/fix-test-regexps.patch | 30 ------------------------------
 debian/patches/series                 |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/fix-test-regexps.patch b/debian/patches/fix-test-regexps.patch
deleted file mode 100644
index 515004a..0000000
--- a/debian/patches/fix-test-regexps.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: make fragile regexps a bit more liberal
-Origin: vendor
-Bug: https://github.com/mjgardner/moosex-app-cmd/issues/12
-Bug-Debian: http://bugs.debian.org/750305
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-06-02
-
---- a/t/basic.t
-+++ b/t/basic.t
-@@ -70,7 +70,7 @@
- 
-     like(
-         $@,
--        qr/Mandatory parameter 'wow' missing in call to \(eval\)/,
-+        qr/Mandatory parameter 'wow' missing in call to ["(]eval[")]/,
-         'required option field is missing',
-     );
- }
---- a/t/configfile.t
-+++ b/t/configfile.t
-@@ -27,7 +27,7 @@
- 
-     like(
-         $@,
--        qr/Mandatory parameter 'moo' missing in call to \(eval\)/,
-+        qr/Mandatory parameter 'moo' missing in call to ["(]eval[")]/,
-         'command died with the correct string',
-     );
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5d46a54..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-test-regexps.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-cmd-perl.git



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