r42257 - in /trunk/libmodule-build-perl: debian/changelog debian/patches/man-ext debian/patches/series lib/Module/Build/Base.pm

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


Author: dmn
Date: Fri Aug 21 09:01:31 2009
New Revision: 42257

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42257
Log:
drop man-cookbook patch applied upstream

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/patches/man-ext
    trunk/libmodule-build-perl/debian/patches/series
    trunk/libmodule-build-perl/lib/Module/Build/Base.pm

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=42257&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Fri Aug 21 09:01:31 2009
@@ -17,6 +17,7 @@
   * watch: stop mangling development releases' versions (_->.)
     + force six digits after the dot
   * drop remove-makefile-on-distclean-too patch applied upstream
+  * drop man-cookbook patch applied upstream
 
  -- 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=42257&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Fri Aug 21 09:01:31 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).

Modified: trunk/libmodule-build-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/series?rev=42257&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/series (original)
+++ trunk/libmodule-build-perl/debian/patches/series Fri Aug 21 09:01:31 2009
@@ -1,2 +1,1 @@
 man-ext
-man-cookbook

Modified: trunk/libmodule-build-perl/lib/Module/Build/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/lib/Module/Build/Base.pm?rev=42257&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Base.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Base.pm Fri Aug 21 09:01:31 2009
@@ -2732,7 +2732,7 @@
   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).
-    my $parser  = Pod::Man->new( section => 1 ); # binaries go in section 1
+    my $parser  = Pod::Man->new( section => '1p' ); # binaries go in section 1
     my $manpage = $self->man1page_name( $file ) . '.' .
 	          $self->config( 'man1ext' );
     my $outfile = File::Spec->catfile($mandir, $manpage);
@@ -2756,7 +2756,7 @@
   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).
-    my $parser  = Pod::Man->new( section => 3 ); # libraries go in section 3
+    my $parser  = Pod::Man->new( section => '3pm' ); # libraries go in section 3
     my $manpage = $self->man3page_name( $relfile ) . '.' .
 	          $self->config( 'man3ext' );
     my $outfile = File::Spec->catfile( $mandir, $manpage);




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