r8428 - in /trunk/libmodule-build-perl: debian/changelog lib/Module/Build/Base.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Oct 21 16:44:48 UTC 2007


Author: dmn
Date: Sun Oct 21 16:44:48 2007
New Revision: 8428

URL: http://svn.debian.org/wsvn/?sc=1&rev=8428
Log:
* Fix incomplete applied patch for #441987 in -0.1
  Closes: #441987 again

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

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=8428&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Sun Oct 21 16:44:48 2007
@@ -1,10 +1,15 @@
 libmodule-build-perl (0.2808-0.2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:41 +0200
+  [ Damyan Ivanov ]
+  * Fix incomplete applied patch for #441987 in -0.1
+    Closes: #441987 again
+
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 21 Oct 2007 19:43:05 +0300
 
 libmodule-build-perl (0.2808-0.1) unstable; urgency=low
 

Modified: trunk/libmodule-build-perl/lib/Module/Build/Base.pm
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/lib/Module/Build/Base.pm?rev=8428&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Base.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Base.pm Sun Oct 21 16:44:48 2007
@@ -2537,7 +2537,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 => '1pm' ); # 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);




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