summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/perl_makemaker.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-11 15:00:00 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-11 15:00:00 -0400
commit9803d8bb635132458142416d32273c9c754b2aca (patch)
tree719f0268a49da786133736e83072f228ec48be43 /Debian/Debhelper/Buildsystem/perl_makemaker.pm
parent7d62553b8bdaeafaf46c65f385933b47657dd023 (diff)
parentff3cc0c92fc865297ed869b38c6cb0dd0882f77c (diff)
Merge branch 'master' into buildsystems
Conflicts: dh_auto_configure
Diffstat (limited to 'Debian/Debhelper/Buildsystem/perl_makemaker.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/perl_makemaker.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
index 1a01c34e..c62041fe 100644
--- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm
+++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
@@ -40,7 +40,8 @@ sub configure {
# # always return the default without waiting for user input.
$ENV{PERL_MM_USE_DEFAULT}=1;
doit("perl", "Makefile.PL", "INSTALLDIRS=vendor",
- "create_packlist=0", @_);
+ "create_packlist=0", "--skipdeps",
+ @_);
}
sub install {