summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_auto_build4
-rwxr-xr-xdh_auto_clean4
-rwxr-xr-xdh_auto_configure5
-rwxr-xr-xdh_auto_install4
-rwxr-xr-xdh_auto_test4
6 files changed, 11 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index acfb34bf..c7fb57da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ debhelper (8.9.8) UNRELEASED; urgency=low
multiarch dirs. Closes: #641279
* dh: Avoid compat deprecation warning before option parsing.
Closes: #641361
+ * Clarify description of dh_auto_* -- params. Closes: #642786
-- Joey Hess <joeyh@debian.org> Mon, 12 Sep 2011 13:35:52 -0400
diff --git a/dh_auto_build b/dh_auto_build
index dccd04a0..bbb5e851 100755
--- a/dh_auto_build
+++ b/dh_auto_build
@@ -34,8 +34,8 @@ system selection and control options.
=item B<--> I<params>
-Pass I<params> to the program that is run. These can be used to supplement
-or override any standard parameters that B<dh_auto_build> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_build> usually passes.
=back
diff --git a/dh_auto_clean b/dh_auto_clean
index ddf78699..3abb5f3e 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -36,8 +36,8 @@ system selection and control options.
=item B<--> I<params>
-Pass I<params> to the program that is run. These can be used to supplement
-or override the any standard parameters that B<dh_auto_clean> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_clean> usually passes.
=back
diff --git a/dh_auto_configure b/dh_auto_configure
index daf5ed04..e1ca7af2 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -37,9 +37,8 @@ system selection and control options.
=item B<--> I<params>
-Pass I<params> to the program that is run, after the standard
-parameters that B<dh_auto_configure> passes. This can be used to supplement
-or override those parameters. For example:
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_configure> usually passes. For example:
dh_auto_configure -- --with-foo --enable-bar
diff --git a/dh_auto_install b/dh_auto_install
index ccb1143f..d513f2e2 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -55,8 +55,8 @@ L</B<DESCRIPTION>> section.
=item B<--> I<params>
-Pass I<params> to the program that is run. These can be used to supplement
-or override the any standard parameters that B<dh_auto_install> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_install> usually passes.
=back
diff --git a/dh_auto_test b/dh_auto_test
index 85eaf48a..9d3fd93c 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -37,8 +37,8 @@ system selection and control options.
=item B<--> I<params>
-Pass I<params> to the program that is run. These can be used to supplement
-or override the any standard parameters that B<dh_auto_test> passes.
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_test> usually passes.
=back