r60403 - /trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jul 19 06:19:31 UTC 2010


Author: carnil-guest
Date: Mon Jul 19 06:19:20 2010
New Revision: 60403

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60403
Log:
fix two typos

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=60403&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Mon Jul 19 06:19:20 2010
@@ -1239,13 +1239,13 @@
         ) if /dh\s+.*--with[= ]quilt/;
 
         $self->explained_dependency(
-            'dh -with=bash-completion',
+            'dh --with=bash-completion',
             $deps,
             'bash-completion (>= 1:1.0-3)'
         ) if (/dh\s+.*--with[= ]bash[-_]completion/);
 
         $self->explained_dependency(
-            'dh -with=perl_dbi',
+            'dh --with=perl_dbi',
             $deps,
             'libdbi-perl (>= 1.612)'
         ) if (/dh\s+.*--with[= ]perl[-_]dbi/);




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