diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 20:37:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 20:37:42 -0400 |
commit | 8290ce0f62ee779b3cb7719776c1431140b91644 (patch) | |
tree | fe83fb2de18957910e1e3631dbf7a565508bfbab /debian/changelog | |
parent | 2aa24b38b2aef62087ab0d587d0b88cfde85ce6d (diff) | |
download | debhelper-8290ce0f62ee779b3cb7719776c1431140b91644.tar.gz |
dh_auto_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker packages to avoid interactive prompts.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 23d9b270..cf095ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debhelper (7.0.2) UNRELEASED; urgency=low * dh: Optimise the case where the binary-arch or binary-indep sequence is run and there are no packages of that type. + * dh_auto_configure: Set PERL_MM_USE_DEFAULT when configuring MakeMaker + packages to avoid interactive prompts. -- Joey Hess <joeyh@debian.org> Thu, 24 Apr 2008 14:10:56 -0400 |