summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdh_auto_configure4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b9e42ae..05369192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
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
-- Joey Hess <joeyh@debian.org> Thu, 07 May 2009 16:33:25 -0400
diff --git a/dh_auto_configure b/dh_auto_configure
index f06bf72f..da1f7511 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -33,7 +33,9 @@ you're encouraged to skip using dh_auto_configure at all, and just run
Pass "params" to the program that is run, after the standard
parameters that dh_auto_configure passes. This can be used to supplement
-or override those parameters.
+or override those parameters. For example:
+
+ dh_auto_configure -- --with-foo --enable-bar
=back