summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-14 14:25:07 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-14 14:25:07 -0400
commit692ac0f0d2b7acc570cd6a5f8cac848109daf026 (patch)
tree595da5b949e88f2e05c44cf755f007dc5bdc2465 /Debian/Debhelper/Buildsystem
parent9803d8bb635132458142416d32273c9c754b2aca (diff)
parent61aa7954cd6c8620ca99a0d7895aa5a6f59d37e0 (diff)
Merge branch 'master' into buildsystems
Conflicts: debian/changelog dh_auto_configure
Diffstat (limited to 'Debian/Debhelper/Buildsystem')
-rw-r--r--Debian/Debhelper/Buildsystem/perl_makemaker.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
index c62041fe..a7bb5cc9 100644
--- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm
+++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
@@ -40,7 +40,7 @@ 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", "--skipdeps",
+ "create_packlist=0",
@_);
}