From 90adcc683565ff41b7d0bbf070589a157d8a26cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Oct 2011 12:04:01 -0400 Subject: dh: Add dh_auto_configure parameter example. Closes: #645335 --- dh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dh') diff --git a/dh b/dh index 3bcd069c..4eae4448 100755 --- a/dh +++ b/dh @@ -87,16 +87,16 @@ commands work with no additional options. Often you'll want to pass an option to a specific debhelper command. The easy way to do with is by adding an override target for that command. - + #!/usr/bin/make -f %: dh $@ - + override_dh_strip: dh_strip -Xfoo - - override_dh_installdocs: - dh_installdocs README TODO + + override_dh_auto_configure: + dh_auto_configure -- --with-foo --disable-bar Sometimes the automated L and L can't guess what to do for a strange package. Here's how to avoid running -- cgit v1.2.3