From 7a5f04d7144fd1989400aade0c8ffe584f6b03bb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Sep 2011 11:56:38 -0400 Subject: [PATCH] Clarify description of dh_auto_* -- params. Closes: #642786 --- debian/changelog | 1 + dh_auto_build | 4 ++-- dh_auto_clean | 4 ++-- dh_auto_configure | 5 ++--- dh_auto_install | 4 ++-- dh_auto_test | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index acfb34b..c7fb57d 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 Mon, 12 Sep 2011 13:35:52 -0400 diff --git a/dh_auto_build b/dh_auto_build index dccd04a..bbb5e85 100755 --- a/dh_auto_build +++ b/dh_auto_build @@ -34,8 +34,8 @@ system selection and control options. =item B<--> I -Pass I to the program that is run. These can be used to supplement -or override any standard parameters that B passes. +Pass I to the program that is run, after the parameters that +B usually passes. =back diff --git a/dh_auto_clean b/dh_auto_clean index ddf7869..3abb5f3 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -36,8 +36,8 @@ system selection and control options. =item B<--> I -Pass I to the program that is run. These can be used to supplement -or override the any standard parameters that B passes. +Pass I to the program that is run, after the parameters that +B usually passes. =back diff --git a/dh_auto_configure b/dh_auto_configure index daf5ed0..e1ca7af 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -37,9 +37,8 @@ system selection and control options. =item B<--> I -Pass I to the program that is run, after the standard -parameters that B passes. This can be used to supplement -or override those parameters. For example: +Pass I to the program that is run, after the parameters that +B usually passes. For example: dh_auto_configure -- --with-foo --enable-bar diff --git a/dh_auto_install b/dh_auto_install index ccb1143..d513f2e 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -55,8 +55,8 @@ L> section. =item B<--> I -Pass I to the program that is run. These can be used to supplement -or override the any standard parameters that B passes. +Pass I to the program that is run, after the parameters that +B usually passes. =back diff --git a/dh_auto_test b/dh_auto_test index 85eaf48..9d3fd93 100755 --- a/dh_auto_test +++ b/dh_auto_test @@ -37,8 +37,8 @@ system selection and control options. =item B<--> I -Pass I to the program that is run. These can be used to supplement -or override the any standard parameters that B passes. +Pass I to the program that is run, after the parameters that +B usually passes. =back -- 2.39.2