summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh4
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 316d824b..af29f856 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 <joeyh@debian.org> 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 bd82d44b..11fb27b4 100755
--- a/dh
+++ b/dh
@@ -78,6 +78,10 @@ Run commands in the sequence that come after I<cmd>.
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