r71305 - in /trunk/libmodule-build-perl/debian: changelog patches/man-ext
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Mar 12 21:06:54 UTC 2011
Author: gregoa
Date: Sat Mar 12 21:06:36 2011
New Revision: 71305
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71305
Log:
Refresh patch man-ext (offset).
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=71305&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Sat Mar 12 21:06:36 2011
@@ -1,12 +1,14 @@
libmodule-build-perl (0.380000-1) UNRELEASED; urgency=low
- WAITS-FOR: libcpan-meta-perl (>= 2.110420)
-
+ [ Jonathan Yu ]
* New upstream release
* Email change: Ryan Niebur -> ryan at debian.org
* Refresh copyright information
* Reverse alternate dependency order for core modules so that
it will actually build with sbuild's internal resolver
+
+ [ gregor herrmann ]
+ * Refresh patch man-ext (offset).
-- Jonathan Yu <jawnsy at cpan.org> Sun, 06 Mar 2011 11:09:44 -0500
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=71305&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Sat Mar 12 21:06:36 2011
@@ -5,7 +5,7 @@
Last-Update: 2011-02-19
--- a/lib/Module/Build/Base.pm
+++ b/lib/Module/Build/Base.pm
-@@ -3210,7 +3210,7 @@
+@@ -3246,7 +3246,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).
@@ -14,7 +14,7 @@
my $manpage = $self->man1page_name( $file ) . '.' .
$self->config( 'man1ext' );
my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -3235,7 +3235,7 @@
+@@ -3271,7 +3271,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).
More information about the Pkg-perl-cvs-commits
mailing list