[pmtools] 02/03: update fix-carp-has-no-pod-for-test-suite.patch to allow underscore in the version of English.pm

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jan 17 21:09:08 UTC 2014


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

dmn pushed a commit to branch master
in repository pmtools.

commit 7b8f5cb4db421c745c500b30e9206089206d2161
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jan 17 21:02:34 2014 +0000

    update fix-carp-has-no-pod-for-test-suite.patch to allow underscore in the version of English.pm
    
    Closes: #735818 -- FTBFS with perl 5.18.2
---
 debian/changelog                                        | 3 +++
 debian/patches/fix-carp-has-no-pod-for-test-suite.patch | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c43ae5a..2d5fa61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ pmtools (1.54-2) UNRELEASED; urgency=low
   [ Damyan Ivanov ]
   * refresh patches using --no-timestamps --no-index -p ab --strip-
     trailing-whitespace
+  * update fix-carp-has-no-pod-for-test-suite.patch to allow underscore
+    in the version of English.pm
+    Closes: #735818 -- FTBFS with perl 5.18.2
 
  -- Axel Beckert <abe at debian.org>  Mon, 28 Oct 2013 14:06:09 +0100
 
diff --git a/debian/patches/fix-carp-has-no-pod-for-test-suite.patch b/debian/patches/fix-carp-has-no-pod-for-test-suite.patch
index e4dc422..75dfda7 100644
--- a/debian/patches/fix-carp-has-no-pod-for-test-suite.patch
+++ b/debian/patches/fix-carp-has-no-pod-for-test-suite.patch
@@ -16,7 +16,7 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89006#txn-1267890
  
  is($?,        0,                          "pmdesc runs");
 -like($output, qr/Carp \(\d+\.\d+\) - \w/, "described a module");
-+like($output, qr/English \(\d+\.\d+\) - \w/, "described a module");
++like($output, qr/English \(\d+\.[\d_]+\) - \w/, "described a module");
 --- a/t/pman.t
 +++ b/t/pman.t
 @@ -12,8 +12,8 @@ my $output = undef;	# output from pman

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



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