From: Joey Hess Date: Mon, 11 May 2009 18:54:30 +0000 (-0400) Subject: incorporate create_packlist=0 fix from master X-Git-Tag: 7.3.0~75 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d62553b8bdaeafaf46c65f385933b47657dd023;p=debhelper.git incorporate create_packlist=0 fix from master --- diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index eaaee53..1a01c34 100644 --- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm +++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm @@ -39,7 +39,8 @@ sub configure { # 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", @_); + doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", + "create_packlist=0", @_); } sub install {