From e136c5ed3db0ef8d403bccabcdb1b4b91af35a73 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2009 13:07:06 -0400 Subject: dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a Build.PL passthru, to avoid it creating the .packlist file. Closes: #527990 --- dh_auto_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_auto_configure') diff --git a/dh_auto_configure b/dh_auto_configure index da1f7511..2dc3eb32 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -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. -- cgit v1.2.3