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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 16 14:47:16 UTC 2010


Author: dmn
Date: Fri Apr 16 14:47:06 2010
New Revision: 56174

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56174
Log:
discover_utility_deps: fix detection of 'dh --with' construct

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=56174&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Fri Apr 16 14:47:06 2010
@@ -1191,7 +1191,7 @@
     for ( @{ $self->rules->lines } ) {
         $self->explained_dependency( 'dh --with', $deps,
             'debhelper (>= 7.0.8)' )
-            if /dh \s+.*--with/;
+            if /dh\s+.*--with/;
 
         $self->explained_dependency(
             'dh --with=quilt',




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