]> git.donarmstrong.com Git - debhelper.git/commitdiff
r55: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:45:36 +0000 (04:45 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:45:36 +0000 (04:45 +0000)
debian/changelog
dh_installinit.1

index f0faff1b5d0166b3413e761ee85346e1247baedc..cfda294eb039340507f79c0683bcd2a3f805effd 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 29bb867a027bda1119d724366b47399e897e2005..89c34c3a26f3a88ba4d990bf3e08bd6b27e8717e 100644 (file)
@@ -3,7 +3,7 @@
 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. 
@@ -27,6 +27,10 @@ Install init scripts into all architecture dependent packages.
 .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
@@ -61,6 +65,9 @@ the control file will be effected.
 .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