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_clean.1 | |
parent | 17f711b58fbe60225ed2c63609042bcd548fc43d (diff) | |
download | debhelper-3486d848644af197ded8a7e8d8c533dc30a5e574.tar.gz |
r54: Initial Import
Diffstat (limited to 'dh_clean.1')
-rw-r--r-- | dh_clean.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,7 @@ dh_clean \- clean up package build directories .SH SYNOPSIS .B dh_clean -.I "[-v] [-a] [-i] [-k] [-ppackage] [-Ptmpdir] [file ...]" +.I "[-v] [-a] [-i] [-k] [--no-act] [-ppackage] [-Ptmpdir] [file ...]" .SH "DESCRIPTION" dh_clean is a debhelper program that is responsible for cleaning up after a package is built. It removes the package build directories, and removes some @@ -20,6 +20,10 @@ Clean up the package build directory for all architecture dependent packages. .B \-i, \--indep Clean up the package build directory 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 Clean up the package build directory for the package named "package". .TP @@ -49,6 +53,9 @@ the control file will have their package build directories cleaned up. .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 BUGS |