+debhelper (0.59) unstable; urgency=low
+
+ * Added DH_NO_ACT and --no-act, which make debhelper commands run without
+ actually doing anything. (Combine with -v to see what the command would
+ have done.) (#17598)
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 1 Feb 1998 14:51:08 -0800
+
debhelper (0.58) unstable; urgency=low
* Fixed bug #17597 - DH_VERBOSE wasn'talways taking effect.
dh_installinit \- install init scripts into package build directories
.SH SYNOPSIS
.B dh_installinit
-.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-n] [-r] [-d] [-uparams]"
+.I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir] [-n] [-r] [-d] [-uparams]"
.SH "DESCRIPTION"
dh_installinit is a debhelper program that is responsible for installing
init scripts into package build directories.
.B \-i, \--indep
Install init scripts into all architecture independent packages.
.TP
+.B \--no-act
+Do not really do anything. If used with -v, the result is that this command
+will output a list of what it would have done.
+.TP
.B \-ppackage, \--package=package
Install init scripts into the package named "package".
.TP
.TP
.I DH_VERBOSE
Enables verbose mode
+.TP
+.I DH_NO_ACT
+Enables no-act mode (see above).
.SH "SEE ALSO"
.BR /usr/doc/debhelper/README
.SH AUTHOR