r57419 - in /trunk/dh-make-perl: Changes debian/changelog lib/DhMakePerl/Command/make.pm
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Mon May 3 20:46:04 UTC 2010
Author: dmn
Date: Mon May 3 20:45:57 2010
New Revision: 57419
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57419
Log:
make: fix a typo (DpkgList -> DpkgLists)
Thanks to Dominic Hargreaves
Modified:
trunk/dh-make-perl/Changes
trunk/dh-make-perl/debian/changelog
trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=57419&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Mon May 3 20:45:57 2010
@@ -8,6 +8,8 @@
My::Builder: streamline messages in the 'dist' and 'orig' actions
Control.t: ensure dependency fields are wrapped properly
+
+ make: fix a typo (DpkgList -> DpkgLists). Thanks to Dominic Hargreaves
0.67
POD: drop "--" in front of the commands.
Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=57419&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon May 3 20:45:57 2010
@@ -1,3 +1,9 @@
+dh-make-perl (0.68-1) UNRELEASED; urgency=low
+
+ * make: fix a typo (DpkgList -> DpkgLists). Thanks to Dominic Hargreaves
+
+ -- Damyan Ivanov <dmn at debian.org> Mon, 03 May 2010 23:43:15 +0300
+
dh-make-perl (0.67-1) unstable; urgency=low
[ Damyan Ivanov ]
Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=57419&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Mon May 3 20:45:57 2010
@@ -466,8 +466,8 @@
}
else {
( my $mod_name = $self->perlname ) =~ s/-/::/g;
- require Debian::DpkgList;
- my @found = Debian::DpkgList->scan_perl_mod($mod_name);
+ require Debian::DpkgLists;
+ my @found = Debian::DpkgLists->scan_perl_mod($mod_name);
if (@found) {
warn "**********\n";
More information about the Pkg-perl-cvs-commits
mailing list