]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235
[debhelper.git] / dh_auto_configure
index a320df95f87bb3cd699b8b7775910706bbb668e7..d69ed162fdefa7ea735ecf3f965f2431aa1049a9 100755 (executable)
@@ -89,10 +89,10 @@ if (-x "configure") {
 }
 elsif (-e "Makefile.PL") {
        # If set to a true value then MakeMaker's prompt function will
-       # always return the default without waiting for user input.
+       # always return the default without waiting for user input.
        $ENV{PERL_MM_USE_DEFAULT}=1;
        doit("perl", "Makefile.PL", "INSTALLDIRS=vendor",
-               "create_packlist=0", "--skipdeps", @{$dh{U_PARAMS}});
+               "create_packlist=0", @{$dh{U_PARAMS}});
 }
 elsif (-e "Build.PL") {
        $ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this.