]> git.donarmstrong.com Git - debhelper.git/commitdiff
update
authorJoey Hess <joey@kitenet.net>
Tue, 27 Sep 2011 03:02:14 +0000 (23:02 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 27 Sep 2011 03:02:14 +0000 (23:02 -0400)
debhelper.pod

index a896bb54dda1553c21e9ad4a737113d6a637519b..50f0e163ddaaf3f7f256bcdca0011c4e75e477c0 100644 (file)
@@ -615,13 +615,10 @@ Set to B<1> to enable no-act mode.
 =item B<DH_OPTIONS>
 
 Anything in this variable will be prepended to the command line arguments
-of all debhelper commands. Command-specific options will be ignored by 
-commands that do not support them. 
+of all debhelper commands.
 
-This is useful in some situations, for example, if you need to pass B<-p> to
-all debhelper commands that will be run. One good way to set B<DH_OPTIONS> is
-by using "Target-specific Variable Values" in your F<debian/rules> file. See
-the make documentation for details on doing this.
+When using L<dh(1)>, it can be passed options that will be passed on to each
+debhelper command, which is generally better than using DH_OPTIONS.
 
 =item B<DH_ALWAYS_EXCLUDE>