Package: debhelper
Version: 7.2.10
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Module::Install has acquired the bad habit of loading CPAN.pm and
trying to download all kind of stuff. Since 0.86 that behaviour can
again be turned off by using
perl Makefiel.PL --skipdeps
Therefore having "--skipdeps" set by default in dh_auto_configure
would be nice, either by just adding it like this:
- --- a/dh_auto_configure 2009-05-10 19:08:29.000000000 +0200
+++ b/dh_auto_configure 2009-05-11 17:40:46.000000000 +0200
@@ -91,7 +91,7 @@
# 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",
"create_packlist=0", @{$dh{U_PARAMS}});
+ doit("perl", "Makefile.PL", "INSTALLDIRS=vendor", "create_packlist=0",
"--skipdeps", @{$dh{U_PARAMS}});
}
elsif (-e "Build.PL") {
$ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this.
or only if inc/Module/Install.pm is present.
(The traditional (i.e. EUMM) Makefile.PLs don't seem to care.)
Cheers,
gregor
- -- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'experimental'),
(500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-rc5.200905100323
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages debhelper depends on:
ii binutils 2.19.1-1 The GNU assembler, linker and bina
ii dpkg-dev 1.14.26 Debian package development tools
ii file 5.03-1 Determines file type using "magic"
ii html2text 1.3.2a-14 advanced HTML to text converter
ii man-db 2.5.5-1 on-line manual pager
ii perl 5.10.0-22 Larry Wall's Practical Extraction
ii po-debconf 1.0.16 tool for managing templates file t
debhelper recommends no packages.
Versions of packages debhelper suggests:
ii dh-make 0.48 tool that converts source archives
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoISnUACgkQOzKYnQDzz+SXnQCgu9Tg3mrQzIfOhJ8eWu+WdTSR
1IMAoLsCE85xSMKqaw2dN/za8BWpTjRO
=TDuJ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]