From 24f269989011d6e08ef4a7548a4c061c6d91f70b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Dec 2009 19:23:59 -0500 Subject: [PATCH] dh(1): Minor rewording of documentation of override commands. Closes: #560421 --- debian/changelog | 7 +++++++ dh | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index be0ac27..0203c22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.4.11) UNRELEASED; urgency=low + + * dh(1): Minor rewording of documentation of override commands. + Closes: #560421 + + -- Joey Hess Mon, 14 Dec 2009 19:23:25 -0500 + debhelper (7.4.10) unstable; urgency=low * Add --parallel option that can be used to enable parallel building diff --git a/dh b/dh index 11fb27b..dc588e2 100755 --- a/dh +++ b/dh @@ -35,11 +35,10 @@ in the sequence. The B<--until>, B<--before>, B<--after>, and B<--remaining> options can override this behavior. If debian/rules contains a target with a name like "override_I", -then when it gets to that command in the sequence, dh will run that -target from the rules file, rather than running the actual command. The -override target can then run the command with additional options, or run -entirely different commands instead. (Note that to use this feature, -you should Build-Depend on debhelper 7.0.50 or above.) +then when it would notmally run I, dh will instead call that +target. The override target can then run the command with additional options, +or run entirely different commands instead. See examples below. (Note that to +use this feature, you should Build-Depend on debhelper 7.0.50 or above.) =head1 OPTIONS -- 2.39.2