r20903 - in /trunk/libmodule-install-perl/debian: changelog control patches/lintian-man-fixes.patch patches/series

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Tue Jun 10 18:14:08 UTC 2008


Author: yvesago-guest
Date: Tue Jun 10 18:14:07 2008
New Revision: 20903

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20903
Log:
* add lintian-man-fixes.patch to fix bad-whatis-entry warnings
* add me to uploaders
TODO: "can't break line" warnings in Philosophy.pod

Added:
    trunk/libmodule-install-perl/debian/patches/lintian-man-fixes.patch
Modified:
    trunk/libmodule-install-perl/debian/changelog
    trunk/libmodule-install-perl/debian/control
    trunk/libmodule-install-perl/debian/patches/series

Modified: trunk/libmodule-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/changelog?rev=20903&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/changelog (original)
+++ trunk/libmodule-install-perl/debian/changelog Tue Jun 10 18:14:07 2008
@@ -4,13 +4,15 @@
   WAITS FOR: libextutils-parsexs-perl 2.19 (2.18_02 in perl-modules, 2.15
              in libextutils-parsexs-perl)
 
-  TODO: three lintian manpage-has-bad-whatis-entry warnings
+  TODO: "can't break line" warnings in Philosophy.pod
 
   [ AGOSTINI Yves ]
   * New upstream release.
   * force libmodule-corelist-perl (>= 2.15) in B-D
   * add quilt dep in control
   * add quilt use in rules
+  * add lintian-man-fixes.patch to fix bad-whatis-entry warnings
+  * add me to uploaders
 
   [ Damyan Ivanov ]
   * skip t/03_autoinstall.t during build as it requires a configured CPAN home.

Modified: trunk/libmodule-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/control?rev=20903&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/control (original)
+++ trunk/libmodule-install-perl/debian/control Tue Jun 10 18:14:07 2008
@@ -12,7 +12,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>, 
- Rene Mayorga <rmayorga at debian.org.sv>
+ Rene Mayorga <rmayorga at debian.org.sv>, AGOSTINI Yves <agostini at univ-metz.fr>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Module-Install/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-install-perl/

Added: trunk/libmodule-install-perl/debian/patches/lintian-man-fixes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/patches/lintian-man-fixes.patch?rev=20903&op=file
==============================================================================
--- trunk/libmodule-install-perl/debian/patches/lintian-man-fixes.patch (added)
+++ trunk/libmodule-install-perl/debian/patches/lintian-man-fixes.patch Tue Jun 10 18:14:07 2008
@@ -1,0 +1,37 @@
+Index: libmodule-install-perl/lib/Module/Install/With.pm
+===================================================================
+--- libmodule-install-perl.orig/lib/Module/Install/With.pm	2008-06-10 20:03:58.000000000 +0200
++++ libmodule-install-perl/lib/Module/Install/With.pm	2008-06-10 20:06:32.000000000 +0200
+@@ -12,8 +12,13 @@
+ 	@ISA     = qw{Module::Install::Base};
+ }
+ 
++=pod
++
++=head1 NAME
+ 
++Module::Install::With - find environnement for Module::Install
+ 
++=cut
+ 
+ 
+ #####################################################################
+Index: libmodule-install-perl/lib/Module/Install/Admin/Include.pm
+===================================================================
+--- libmodule-install-perl.orig/lib/Module/Install/Admin/Include.pm	2008-06-10 20:06:50.000000000 +0200
++++ libmodule-install-perl/lib/Module/Install/Admin/Include.pm	2008-06-10 20:07:32.000000000 +0200
+@@ -9,6 +9,14 @@
+ 	@ISA     = qw{Module::Install::Base};
+ }
+ 
++=pod
++
++=head1 NAME
++
++Module::Install::Admin::Include - include methods for Module::Install
++
++=cut
++
+ sub include {
+ 	my $self = shift;
+ 	foreach my $rv ( $self->admin->glob_in_inc($_[0]) ) {

Modified: trunk/libmodule-install-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-install-perl/debian/patches/series?rev=20903&op=diff
==============================================================================
--- trunk/libmodule-install-perl/debian/patches/series (original)
+++ trunk/libmodule-install-perl/debian/patches/series Tue Jun 10 18:14:07 2008
@@ -1,1 +1,2 @@
+lintian-man-fixes.patch
 disable-t_03_autoinstall.patch




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