From 7d62553b8bdaeafaf46c65f385933b47657dd023 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 May 2009 14:54:30 -0400 Subject: incorporate create_packlist=0 fix from master --- Debian/Debhelper/Buildsystem/perl_makemaker.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem') diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm index eaaee537..1a01c34e 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 { -- cgit v1.2.3