summaryrefslogtreecommitdiff
path: root/dh_builddeb.1
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:45:36 +0000
committerjoey <joey>1999-08-17 04:45:36 +0000
commit3486d848644af197ded8a7e8d8c533dc30a5e574 (patch)
tree8df23969a7ed46d09bc004bad87416c1ee830b57 /dh_builddeb.1
parent17f711b58fbe60225ed2c63609042bcd548fc43d (diff)
downloaddebhelper-3486d848644af197ded8a7e8d8c533dc30a5e574.tar.gz
r54: Initial Import
Diffstat (limited to 'dh_builddeb.1')
-rw-r--r--dh_builddeb.19
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_builddeb.1 b/dh_builddeb.1
index 9d52b3ab..ecbbfa6c 100644
--- a/dh_builddeb.1
+++ b/dh_builddeb.1
@@ -3,7 +3,7 @@
dh_builddeb \- build debian packages
.SH SYNOPSIS
.B dh_builddeb
-.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir]"
+.I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir]"
.SH "DESCRIPTION"
dh_builddeb simply calls
.BR dpkg (8)
@@ -19,6 +19,10 @@ Build all architecture dependent packages.
.B \-i, \--indep
Build 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
Build the package named "package".
.TP
@@ -36,6 +40,9 @@ the control file will be built.
.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