[pmtools] 02/02: New upstream release: Update changelog and refresh patches
Axel Beckert
abe at deuxchevaux.org
Thu Feb 6 02:19:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository pmtools.
commit 9229743a1c80e8b5b2eeaf375bdb707ff2bb3b29
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Feb 6 03:14:35 2014 +0100
New upstream release: Update changelog and refresh patches
---
debian/changelog | 7 +++++++
debian/patches/fix-carp-has-no-pod-for-test-suite.patch | 9 +++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index df27a14..311dcc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pmtools (2.0.0-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ + Refresh fix-carp-has-no-pod-for-test-suite.patch
+
+ -- Axel Beckert <abe at debian.org> Thu, 06 Feb 2014 03:13:41 +0100
+
pmtools (1.54-2) unstable; urgency=low
* Team upload
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 75dfda7..6a7f166 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
@@ -19,7 +19,7 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89006#txn-1267890
+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
+@@ -12,9 +12,9 @@ my $output = undef; # output from pman
$ENV{"PATH"} = 'blib/script:' . $ENV{"PATH"};
eval {
@@ -27,9 +27,10 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89006#txn-1267890
+ $output = `bin/pman English 2>&1`;
};
- is($?, 256, "pman runs");
--like($output, qr/NAME.*[Cc]arp - \w.*SYNOPSIS.*DESCRIPTION/ms, "found Carp");
-+like($output, qr/NAME.*[Ee]nglish - \w.*SYNOPSIS.*DESCRIPTION/ms, "found English");
+ is($?, 0, 'pman runs');
+
+-like($output, qr/NAME.*[Cc]arp - \w.*SYNOPSIS.*DESCRIPTION/ms, 'found Carp');
++like($output, qr/NAME.*[Ee]nglish - \w.*SYNOPSIS.*DESCRIPTION/ms, 'found English');
--- a/t/pmcat.t
+++ b/t/pmcat.t
@@ -12,8 +12,8 @@ my $output = undef; # output from pmcat
--
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