summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-10 13:07:06 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-10 13:07:06 -0400
commite136c5ed3db0ef8d403bccabcdb1b4b91af35a73 (patch)
treee4ce0254c1a1c40fc4f4298b20535c766bb29dcc /debian
parentc26285a657cc521716be404799dda430df1e6c8e (diff)
dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a Build.PL passthru, to avoid it creating the .packlist file. Closes: #527990
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 05369192..7ef8a63c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debhelper (7.2.10) UNRELEASED; urgency=low
* Close COMPAT_IN filehandle. Closes: #527464
* dh_auto_configure: Clarify man page re adding configure
parameters. Closes: #527256
+ * dh_auto_configure: Pass packlist=0 when running Makefile.PL,
+ in case it is a Build.PL passthru, to avoid it creating
+ the .packlist file. Closes: #527990
-- Joey Hess <joeyh@debian.org> Thu, 07 May 2009 16:33:25 -0400