summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-11 14:59:03 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-11 14:59:03 -0400
commitff3cc0c92fc865297ed869b38c6cb0dd0882f77c (patch)
treecc2556eb5678c176f87c6e8bf5d28a8fe72d5997 /debian
parent4e6b4536d7611a303b4e57de932dce5bd07ee93f (diff)
dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent Module::Install from trying to download dependencies. Closes: #528235
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 22bc55ba..1f5cff0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ debhelper (7.2.11) UNRELEASED; urgency=low
* dh: Support --with addon,addon,...
Closes: #528178
+ * dh_auto_configure: Add --skipdeps when running Makefile.PL,
+ to prevent Module::Install from trying to download dependencies.
+ Closes: #528235
-- Joey Hess <joeyh@debian.org> Mon, 11 May 2009 14:50:33 -0400