]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a Build...
[debhelper.git] / dh_auto_configure
index da1f75119c268fe80184bd13d4bbf72b34d74f6c..2dc3eb3206006ca2a740178221ed833997716a00 100755 (executable)
@@ -91,7 +91,7 @@ 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.
        $ENV{PERL_MM_USE_DEFAULT}=1;
-       doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", @{$dh{U_PARAMS}});
+       doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", "create_packlist=0", @{$dh{U_PARAMS}});
 }
 elsif (-e "Build.PL") {
        $ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this.