r51646 - in /trunk/libtest-harness-perl/debian: changelog patches/fix-pod-spelling.patch patches/fix-whatis.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 27 03:13:18 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 27 03:13:13 2010
New Revision: 51646

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51646
Log:
* New upstream release
* Standards-Version 3.8.3 (drop perl version dep)
* Add myself to Uploaders and Copyright
* Rewrite control description
* Use new short debhelper rules format
* Refresh manpage-error.patch
* Include a patch for adding a whatis entry
* Add a patch to fix POD spelling errors

Added:
    trunk/libtest-harness-perl/debian/patches/fix-pod-spelling.patch
    trunk/libtest-harness-perl/debian/patches/fix-whatis.patch
Modified:
    trunk/libtest-harness-perl/debian/changelog
    trunk/libtest-harness-perl/debian/patches/series

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/changelog?rev=51646&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Wed Jan 27 03:13:13 2010
@@ -1,4 +1,14 @@
 libtest-harness-perl (3.20-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Add myself to Uploaders and Copyright
+  * Rewrite control description
+  * Use new short debhelper rules format
+  * Refresh manpage-error.patch
+  * Include a patch for adding a whatis entry
+  * Add a patch to fix POD spelling errors
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -10,15 +20,7 @@
   * debian/control: Changed: refer to perl instead of perl-modules in long
     description.
 
-  [ Jonathan Yu ]
-  * New upstream release
-  * Standards-Version 3.8.3 (drop perl version dep)
-  * Add myself to Uploaders and Copyright
-  * Rewrite control description
-  * Use new short debhelper rules format
-  * Refresh patch
-
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 26 Jan 2010 21:57:37 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 26 Jan 2010 22:22:23 -0500
 
 libtest-harness-perl (3.17-1) unstable; urgency=low
 

Added: trunk/libtest-harness-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/patches/fix-pod-spelling.patch?rev=51646&op=file
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtest-harness-perl/debian/patches/fix-pod-spelling.patch Wed Jan 27 03:13:13 2010
@@ -1,0 +1,38 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/TAP/Parser.pm
++++ b/lib/TAP/Parser.pm
+@@ -1636,9 +1636,9 @@
+ 
+ If you're looking for an EBNF grammar, see L<TAP::Parser::Grammar>.
+ 
+-=head1 BACKWARDS COMPATABILITY
++=head1 BACKWARDS COMPATIBILITY
+ 
+-The Perl-QA list attempted to ensure backwards compatability with
++The Perl-QA list attempted to ensure backwards compatibility with
+ L<Test::Harness>.  However, there are some minor differences.
+ 
+ =head2 Differences
+@@ -1717,7 +1717,7 @@
+ By subclassing, you may end up overriding undocumented methods.  That's not
+ a bad thing per se, but be forewarned that undocumented methods may change
+ without warning from one release to the next - we cannot guarantee backwards
+-compatability.  If any I<documented> method needs changing, it will be
++compatibility.  If any I<documented> method needs changing, it will be
+ deprecated first, and changed in a later release.
+ 
+ =back
+--- a/lib/TAP/Parser/Grammar.pm
++++ b/lib/TAP/Parser/Grammar.pm
+@@ -504,7 +504,7 @@
+ For the same reason that we don't apply regexes to streams, we're not using a
+ formal grammar here.  Instead, we parse the TAP in lines.
+ 
+-For purposes for forward compatability, any result which does not match the
++For purposes for forward compatibility, any result which does not match the
+ following grammar is currently referred to as
+ L<TAP::Parser::Result::Unknown>.  It is I<not> a parse error.
+ 

Added: trunk/libtest-harness-perl/debian/patches/fix-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/patches/fix-whatis.patch?rev=51646&op=file
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/fix-whatis.patch (added)
+++ trunk/libtest-harness-perl/debian/patches/fix-whatis.patch Wed Jan 27 03:13:13 2010
@@ -1,0 +1,16 @@
+Description: add a whatis entry
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- 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 

Modified: trunk/libtest-harness-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/patches/series?rev=51646&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/series (original)
+++ trunk/libtest-harness-perl/debian/patches/series Wed Jan 27 03:13:13 2010
@@ -1,1 +1,3 @@
+fix-pod-spelling.patch
 manpage-error.patch
+fix-whatis.patch




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