]> git.donarmstrong.com Git - debhelper.git/commitdiff
In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem, since perl_build...
authorJoey Hess <joey@kitenet.net>
Thu, 24 Jun 2010 00:40:16 +0000 (20:40 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 24 Jun 2010 00:40:16 +0000 (20:40 -0400)
Debian/Debhelper/Buildsystem/perl_makemaker.pm
debian/changelog

index b2500ab71d6e78442b453981d3b787d9b6ff9d74..c8e25b69e873487c11740006e92b21cd7185c9c7 100644 (file)
@@ -45,8 +45,10 @@ sub configure {
        $ENV{PERL_AUTOINSTALL}="--skipdeps";
 
        $this->doit_in_sourcedir("perl", "Makefile.PL", "INSTALLDIRS=vendor",
-           "create_packlist=0",
-           @_);
+               # if perl_build is not tested first, need to pass packlist
+               # option to handle fallthrough case
+               (compat(7) ? "create_packlist=0" : ()),
+               @_);
 }
 
 sub install {
index 0d40a251cc08df044396356413804b4a52d17c98..cbc8f2b2c5b6de5aee3efcf283ce56f82faf7e92 100644 (file)
@@ -1,3 +1,11 @@
+debhelper (7.9.2) UNRELEASED; urgency=low
+
+  * In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem,
+    since perl_build is tried first. Avoids the makemaker warning message
+    introduced by the fix to #527990.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 23 Jun 2010 20:36:16 -0400
+
 debhelper (7.9.1) unstable; urgency=low
 
   * Started work on Debhelper v8. It is still experimental, and more