r42261 - in /trunk/libmodule-build-perl/debian: changelog patches/man-ext

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 21 09:05:22 UTC 2009


Author: dmn
Date: Fri Aug 21 09:05:16 2009
New Revision: 42261

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42261
Log:
refresh man-ext patch to apply cleanly

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/patches/man-ext

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=42261&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Fri Aug 21 09:05:16 2009
@@ -18,6 +18,7 @@
     + force six digits after the dot
   * drop remove-makefile-on-distclean-too patch applied upstream
   * drop man-cookbook patch applied upstream
+  * refresh man-ext patch to apply cleanly
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 21 Aug 2009 11:52:12 +0300
 

Modified: trunk/libmodule-build-perl/debian/patches/man-ext
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/man-ext?rev=42261&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Fri Aug 21 09:05:16 2009
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -2705,7 +2705,7 @@
+@@ -2732,7 +2732,7 @@ sub manify_bin_pods {
    foreach my $file (keys %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).
@@ -11,7 +11,7 @@
      my $manpage = $self->man1page_name( $file ) . '.' .
  	          $self->config( 'man1ext' );
      my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -2729,7 +2729,7 @@
+@@ -2756,7 +2756,7 @@ sub manify_lib_pods {
    while (my ($file, $relfile) = each %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).




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