[libtest-harness-perl] 03/07: Merge the two POD patches and add some more fixes.
gregor herrmann
gregoa at debian.org
Sun Sep 8 15:36:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-harness-perl.
commit 3eb3f7eb261463ab9c278aad87cc7a920db6cfc4
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 8 17:22:43 2013 +0200
Merge the two POD patches and add some more fixes.
---
debian/patches/fix-whatis.patch | 17 -----------
debian/patches/manpage-error.patch | 58 ++++++++++++++++++++++++++++++++----
debian/patches/series | 1 -
3 files changed, 52 insertions(+), 24 deletions(-)
diff --git a/debian/patches/fix-whatis.patch b/debian/patches/fix-whatis.patch
deleted file mode 100644
index 0efd8b2..0000000
--- a/debian/patches/fix-whatis.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: add a whatis entry
-Author: Jonathan Yu <jawnsy at cpan.org>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Forwarded: no
-Last-Update: 2010-08-15
---- a/lib/TAP/Harness/Beyond.pod
-+++ b/lib/TAP/Harness/Beyond.pod
-@@ -1,4 +1,8 @@
--=head1 Beyond make test
-+=head1 NAME
-+
-+TAP::Harness::Beyond - Beyond make test
-+
-+=head1 BEYOND make test
-
- Test::Harness is responsible for running test scripts, analysing
- their output and reporting success or failure. When I type
diff --git a/debian/patches/manpage-error.patch b/debian/patches/manpage-error.patch
index a0a87f3..0374dda 100644
--- a/debian/patches/manpage-error.patch
+++ b/debian/patches/manpage-error.patch
@@ -1,11 +1,14 @@
-Subject: to fix the path of the rc file in the manpage
+Subject: various POD fixes
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88499
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88499
Author: Jonathan Yu <jawnsey at cpan.org>
-Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Forwarded: no
-Last-Update: 2012-06-09
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>,
+ gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-09-08
+
--- a/bin/prove
+++ b/bin/prove
-@@ -73,7 +73,7 @@
+@@ -74,7 +74,7 @@
=head1 NOTES
@@ -14,9 +17,18 @@ Last-Update: 2012-06-09
If F<~/.proverc> or F<./.proverc> exist they will be read and any
options they contain processed before the command line options. Options
+@@ -288,7 +288,7 @@
+
+ =head3 --rules resolution
+
+-=over4
++=over 4
+
+ =item * By default, all tests are eligible to be run in parallel. Specifying any of your own rules removes this one.
+
--- a/lib/Test/Harness.pm
+++ b/lib/Test/Harness.pm
-@@ -553,7 +553,7 @@
+@@ -564,7 +564,7 @@
=item C<< fPackage-With-Dashes >>
Set the formatter_class of the harness being run. Since the C<HARNESS_OPTIONS>
@@ -25,3 +37,37 @@ Last-Update: 2012-06-09
=back
+--- a/lib/TAP/Harness/Beyond.pod
++++ b/lib/TAP/Harness/Beyond.pod
+@@ -1,4 +1,8 @@
+-=head1 Beyond make test
++=head1 NAME
++
++TAP::Harness::Beyond - Beyond make test
++
++=head1 BEYOND make test
+
+ Test::Harness is responsible for running test scripts, analysing
+ their output and reporting success or failure. When I type
+--- a/lib/TAP/Parser.pm
++++ b/lib/TAP/Parser.pm
+@@ -18,6 +18,8 @@
+
+ use Carp qw( confess );
+
++=encoding UTF-8
++
+ =head1 NAME
+
+ TAP::Parser - Parse L<TAP|Test::Harness::TAP> output
+--- a/lib/TAP/Parser/Scheduler.pm
++++ b/lib/TAP/Parser/Scheduler.pm
+@@ -99,7 +99,7 @@
+
+ =head3 Rules resolution
+
+-=over4
++=over 4
+
+ =item * By default, all tests are eligible to be run in parallel. Specifying any of your own rules removes this one.
+
diff --git a/debian/patches/series b/debian/patches/series
index 3238356..37afb6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
manpage-error.patch
-fix-whatis.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-harness-perl.git
More information about the Pkg-perl-cvs-commits
mailing list