diff options
author | joey <joey> | 1999-08-17 04:45:36 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:45:36 +0000 |
commit | 3486d848644af197ded8a7e8d8c533dc30a5e574 (patch) | |
tree | 8df23969a7ed46d09bc004bad87416c1ee830b57 /dh_installdeb.1 | |
parent | 17f711b58fbe60225ed2c63609042bcd548fc43d (diff) | |
download | debhelper-3486d848644af197ded8a7e8d8c533dc30a5e574.tar.gz |
r54: Initial Import
Diffstat (limited to 'dh_installdeb.1')
-rw-r--r-- | dh_installdeb.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installdeb.1 b/dh_installdeb.1 index bb658262..fc7b8dee 100644 --- a/dh_installdeb.1 +++ b/dh_installdeb.1 @@ -3,7 +3,7 @@ dh_installdeb \- install files into the DEBIAN directory .SH SYNOPSIS .B dh_installdeb -.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir]" +.I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir]" .SH "DESCRIPTION" dh_installdeb is a debhelper program that is responsible for installing files into the DEBIAN directory in package build directories with the @@ -43,6 +43,10 @@ Install files for all architecture dependent packages. .B \-i, \--indep Install files for 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 files for the package named "package". .TP @@ -60,6 +64,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 "CONFORMS TO" |