From: Joey Hess Date: Sun, 22 Nov 2009 18:33:11 +0000 (-0500) Subject: dh: Document --no-act. Closes: #557505 X-Git-Tag: 7.4.8~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76e5bc951e502e457c62b712b813502f17e281c1;p=debhelper.git dh: Document --no-act. Closes: #557505 --- diff --git a/debian/changelog b/debian/changelog index 316d824..af29f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.4.8) UNRELEASED; urgency=low + + * dh: Document --no-act. Closes: #557505 + + -- Joey Hess Sun, 22 Nov 2009 13:32:50 -0500 + debhelper (7.4.7) unstable; urgency=low * make: Avoid infinite make recursion that occurrs when testing existence diff --git a/dh b/dh index bd82d44..11fb27b 100755 --- a/dh +++ b/dh @@ -78,6 +78,10 @@ Run commands in the sequence that come after I. Run all commands in the sequence that have yet to be run. +=item B<--no-act> + +Prints commands that would run for a given sequence, but does not run them. + =back All other options passed to dh are passed on to each command it runs. This