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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 1 20:25:09 UTC 2010


Author: gregoa
Date: Thu Apr  1 20:24:57 2010
New Revision: 55280

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55280
Log:
Refresh patch man-ext.

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=55280&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Thu Apr  1 20:24:57 2010
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * Refresh patch man-ext.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 01 Apr 2010 22:19:04 +0200
 

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=55280&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Thu Apr  1 20:24:57 2010
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -3071,7 +3071,7 @@
+@@ -3079,7 +3079,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);
-@@ -3096,7 +3096,7 @@
+@@ -3104,7 +3104,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