From ad9db7389a0982057d46702f9983ed9199474195 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:45:36 +0000 Subject: [PATCH] r55: Initial Import --- debian/changelog | 8 ++++++++ dh_installinit.1 | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f0faff1..cfda294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 1 Feb 1998 14:51:08 -0800 + debhelper (0.58) unstable; urgency=low * Fixed bug #17597 - DH_VERBOSE wasn'talways taking effect. diff --git a/dh_installinit.1 b/dh_installinit.1 index 29bb867..89c34c3 100644 --- a/dh_installinit.1 +++ b/dh_installinit.1 @@ -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 -- 2.39.5