From 0cd329f4736b8d1178a543e2540478597c22dcc3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 May 2009 13:13:26 -0400 Subject: [PATCH] dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256 --- debian/changelog | 2 ++ dh_auto_configure | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3b9e42a..0536919 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 Thu, 07 May 2009 16:33:25 -0400 diff --git a/dh_auto_configure b/dh_auto_configure index f06bf72..da1f751 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 -- 2.39.5