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
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