r25838 - in /trunk/libmodule-build-perl/debian: changelog patches/man-back-4.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 7 19:53:01 UTC 2008


Author: dmn
Date: Tue Oct  7 19:52:58 2008
New Revision: 25838

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25838
Log:
add man-back-4.patch fixing a POD error ('=back' does not accept any
parameters)

Added:
    trunk/libmodule-build-perl/debian/patches/man-back-4.patch
Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/patches/series

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=25838&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Tue Oct  7 19:52:58 2008
@@ -1,7 +1,6 @@
 libmodule-build-perl (0.3000-1) UNRELEASED; urgency=low
 
     TODO: - bump policy-compliance to 3.8.0
-          + lintian reports a manpage error
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -18,6 +17,8 @@
   * copyright: drop t/bundled/Test/* entries as no longer shipped upstream
   * remove t/bundled in clean target; add libtie-cphash-perl to B-D-I instead
   * refresh man-ext.patch
+  * add man-back-4.patch fixing a POD error ('=back' does not accept any
+    parameters)
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 06 Oct 2008 10:23:27 +0300
 

Added: trunk/libmodule-build-perl/debian/patches/man-back-4.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/man-back-4.patch?rev=25838&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-back-4.patch (added)
+++ trunk/libmodule-build-perl/debian/patches/man-back-4.patch Tue Oct  7 19:52:58 2008
@@ -1,0 +1,12 @@
+# '=back' does not accept any parameters
+--- a/lib/Module/Build/Cookbook.pm
++++ b/lib/Module/Build/Cookbook.pm
+@@ -395,7 +395,7 @@ testing, do I generate a test file.
+ I'm sure I could not have handled this complexity with EU::MM, but it
+ was very easy to do with M::B.
+ 
+-=back 4
++=back
+ 
+ 
+ =head2 Modifying an action

Modified: trunk/libmodule-build-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/series?rev=25838&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/series (original)
+++ trunk/libmodule-build-perl/debian/patches/series Tue Oct  7 19:52:58 2008
@@ -1,1 +1,2 @@
 man-ext
+man-back-4.patch




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