]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh(1): Minor rewording of documentation of override commands. Closes: #560421
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 15 Dec 2009 00:23:59 +0000 (19:23 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 15 Dec 2009 00:23:59 +0000 (19:23 -0500)
debian/changelog
dh

index be0ac27cedebf250af627807225ba2ad213f44d2..0203c2222d9fb3c7c0f2ab55f92539b4f715a9ae 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (7.4.11) UNRELEASED; urgency=low
+
+  * dh(1): Minor rewording of documentation of override commands.
+    Closes: #560421
+
+ -- Joey Hess <joeyh@debian.org>  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 11fb27b440854b74a2661317a8357c364f412314..dc588e21a8d5452f9b17ef1a8e0344b2ca17ae7d 100755 (executable)
--- 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<dh_command>",
-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_command>, 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