r53210 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 22 19:37:16 UTC 2010


Author: dmn
Date: Mon Feb 22 19:37:05 2010
New Revision: 53210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53210
Log:
require debhelper 7.4.4 if --max-parallel is used

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

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53210&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb 22 19:37:05 2010
@@ -2211,6 +2211,8 @@
             if /^override_dh_/;
         $deps->add('quilt')
             if m{^include /usr/share/quilt/quilt.make};
+        $deps->add('debhelper (>= 7.4.4)')
+            if /dh.* --max-parallel/;
     }
 }
 




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