[SCM] Debian packaging of libmodule-build-perl branch, master, updated. debian/0.380000-2-7-g2929917

Nicholas Bamber nicholas at periapt.co.uk
Sat Feb 25 17:50:52 UTC 2012


The following commit has been merged in the master branch:
commit 51cc6d6ee4b363d15a66164466b7c16d963842e6
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Sat Feb 25 16:00:52 2012 +0000

    Reviewed patches

diff --git a/debian/changelog b/debian/changelog
index 522c24c..af06b77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libmodule-build-perl (0.400000-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Reviewed patches
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 25 Feb 2012 15:38:17 +0000
 
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index 8d8ce0a..e9fb91b 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,9 +1,9 @@
 Description: fix POD spelling errors
 Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
-Forwarded: no
+Bug: http://rt.cpan.org/Ticket/Display.html?id=75307
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2011-02-19
+Last-Update: 2012-02-25
 --- a/lib/inc/latest.pm
 +++ b/lib/inc/latest.pm
 @@ -132,7 +132,7 @@
diff --git a/debian/patches/man-ext b/debian/patches/man-ext
index 638df69..7ceaeb8 100644
--- a/debian/patches/man-ext
+++ b/debian/patches/man-ext
@@ -2,24 +2,24 @@ Subject: Fix manual page extensions for Debian.
 Author: Niko Tyni <ntyni at debian.org>
 Forwarded: not-needed
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2011-02-19
+Last-Update: 2012-02-25
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -3246,7 +3246,7 @@
+@@ -3250,7 +3250,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' );
+                   $self->config( 'man1ext' );
      my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -3271,7 +3271,7 @@
+@@ -3275,7 +3275,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' );
+                   $self->config( 'man3ext' );
      my $outfile = File::Spec->catfile( $mandir, $manpage);

-- 
Debian packaging of libmodule-build-perl



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