r56604 - in /trunk/libapache2-mod-perl2/debian: changelog patches/220_fix-bad-whatis-entry.patch patches/series
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Tue Apr 20 19:56:17 UTC 2010
Author: dmn
Date: Tue Apr 20 19:56:12 2010
New Revision: 56604
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56604
Log:
add a patch fixing bad manpage whatis name
Added:
trunk/libapache2-mod-perl2/debian/patches/220_fix-bad-whatis-entry.patch
Modified:
trunk/libapache2-mod-perl2/debian/changelog
trunk/libapache2-mod-perl2/debian/patches/series
Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=56604&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Apr 20 19:56:12 2010
@@ -5,6 +5,7 @@
values, which break tests under Perl 5.12. (Closes: #578481)
* add a patch fixinf spelling errors in POD and other documentation
* add a patch fixinng POD errors
+ * add a patch fixing bad manpage whatis name
-- Damyan Ivanov <dmn at debian.org> Mon, 01 Feb 2010 07:22:55 +0200
Added: trunk/libapache2-mod-perl2/debian/patches/220_fix-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/220_fix-bad-whatis-entry.patch?rev=56604&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/220_fix-bad-whatis-entry.patch (added)
+++ trunk/libapache2-mod-perl2/debian/patches/220_fix-bad-whatis-entry.patch Tue Apr 20 19:56:12 2010
@@ -1,0 +1,19 @@
+Description: Replace stray POD with =for comment
+ This is the only documented methd and leaving in =head2 makes the build
+ system generate a manual page lacking a basic requisite like the whatis
+ entry (=head1 NAME)
+Forwarded: no
+Author: Damyan Ivanov <dmn at debian.org>
+Last-Update: 2010-04-20
+
+--- a/Apache-Test/lib/Apache/TestServer.pm
++++ b/Apache-Test/lib/Apache/TestServer.pm
+@@ -379,7 +379,7 @@ sub port_available {
+ }
+ }
+
+-=head2 stop()
++=for comment head2 stop()
+
+ attempt to stop the server.
+
Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/series?rev=56604&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Tue Apr 20 19:56:12 2010
@@ -11,3 +11,4 @@
110-Fix-two-uninitialized-value-warnings-triggered-with-.patch
200_fix-pod-spelling-errors.patch
210_fix-pod-errors.patch
+220_fix-bad-whatis-entry.patch
More information about the Pkg-perl-cvs-commits
mailing list