Your message dated Sun, 21 Oct 2007 17:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441987: fixed in libmodule-build-perl 0.2808-0.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libmodule-build-perl
Version: 0.28.0.5
Severity: important
Tags: patch

Hello,

the man pages produced by libmodule-build-perl are not conform to the 
checks performed by lintian since the specified section in the manpage
(1 or 3) does not reflect to the specified section by the file name's
suffix (1p or 3pm). The attached patch fixes this.

This is a bug for upstream but it is particularly us Debianers who have
lintian doing its job so nicely and many packages beyond this one are
affected.

The patch is for the more recent 0.2805 upstream version, I have not
checked if it also applies to the now outdated 0.26 that is currently
shipped with Debian. Most likely so.

Thanks

Steffen

--- Base.pm.orig        2007-09-12 14:25:40.394344421 +0200
+++ lib/Module/Build/Base.pm    2007-09-12 14:24:24.966616216 +0200
@@ -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 => 1 ); # binaries go in section 1
+    my $parser  = Pod::Man->new( section => "1p" ); # binaries go in section 1p
     my $manpage = $self->man1page_name( $file ) . '.' .
                  $self->config( 'man1ext' );
     my $outfile = File::Spec->catfile($mandir, $manpage);
@@ -2561,7 +2561,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 
3pm
     my $manpage = $self->man3page_name( $relfile ) . '.' .
                  $self->config( 'man3ext' );
     my $outfile = File::Spec->catfile( $mandir, $manpage);



--- End Message ---
--- Begin Message ---
Source: libmodule-build-perl
Source-Version: 0.2808-0.2

We believe that the bug you reported is fixed in the latest version of
libmodule-build-perl, which is due to be installed in the Debian FTP archive:

libmodule-build-perl_0.2808-0.2.diff.gz
  to pool/main/libm/libmodule-build-perl/libmodule-build-perl_0.2808-0.2.diff.gz
libmodule-build-perl_0.2808-0.2.dsc
  to pool/main/libm/libmodule-build-perl/libmodule-build-perl_0.2808-0.2.dsc
libmodule-build-perl_0.2808-0.2_all.deb
  to pool/main/libm/libmodule-build-perl/libmodule-build-perl_0.2808-0.2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov <[EMAIL PROTECTED]> (supplier of updated libmodule-build-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 21 Oct 2007 19:45:29 +0300
Source: libmodule-build-perl
Binary: libmodule-build-perl
Architecture: source all
Version: 0.2808-0.2
Distribution: unstable
Urgency: low
Maintainer: Jay Bonci <[EMAIL PROTECTED]>
Changed-By: Damyan Ivanov <[EMAIL PROTECTED]>
Description: 
 libmodule-build-perl - Subclassable and make-independant perl module builder 
alternative
Closes: 441987
Changes: 
 libmodule-build-perl (0.2808-0.2) unstable; urgency=low
 .
   * Yet another NMU, additional fixes to -0.1
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 .
   [ Damyan Ivanov ]
   * Fix incomplete applied patch for #441987 in -0.1
     Closes: #441987 again
Files: 
 a16e772914ba989ff5e7f4227e48a86b 876 perl optional 
libmodule-build-perl_0.2808-0.2.dsc
 f75b8010c14edf2efb7077c2fc59f440 2958 perl optional 
libmodule-build-perl_0.2808-0.2.diff.gz
 3378787e2eb9c19ae92038a6a7ccb759 237932 perl optional 
libmodule-build-perl_0.2808-0.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHG4KbHqjlqpcl9jsRAkTaAJ4uRgjQoM3pZj1RW+TbslU4meKVGACfZq/s
E5XaU+d+PDT2n1ELbiH3Vyc=
=Nmqc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to