From 6edaecf8073d72cb1319c1fb60ce90a021d18616 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 May 2009 14:15:24 -0400 Subject: [PATCH] dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235 --- debian/changelog | 7 +++++++ dh_auto_configure | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5809a4e..916e72f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.2.12) UNRELEASED; urgency=low + + * dh_auto_configure: Revert --skipdeps change + Closes: #528647, reopens: #528235 + + -- Joey Hess Thu, 14 May 2009 13:44:18 -0400 + debhelper (7.2.11) unstable; urgency=low * dh: Support --with addon,addon,... diff --git a/dh_auto_configure b/dh_auto_configure index a320df9..d69ed16 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -89,10 +89,10 @@ if (-x "configure") { } 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. + # 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", @{$dh{U_PARAMS}}); + "create_packlist=0", @{$dh{U_PARAMS}}); } elsif (-e "Build.PL") { $ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this. -- 2.39.2