diff options
author | joey <joey> | 1999-08-17 04:37:02 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:37:02 +0000 |
commit | 0c4875b3fecb5b376257e248b129537dd148e0c4 (patch) | |
tree | 09d2f70bc2a6f3eecd08c1d25002be40ab73af64 /dh_builddeb.1 | |
parent | 1921f5c59e9a736db764c2cae6ef8dd092167d73 (diff) | |
download | debhelper-0c4875b3fecb5b376257e248b129537dd148e0c4.tar.gz |
r21: Initial Import
Diffstat (limited to 'dh_builddeb.1')
-rw-r--r-- | dh_builddeb.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dh_builddeb.1 b/dh_builddeb.1 index bfe72e72..8a51a8f4 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]" +.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir]" .SH "DESCRIPTION" dh_builddeb simply calls .BR dpkg (8) @@ -21,6 +21,9 @@ Build all architecture independent packages. .TP .B \-ppackage Build the package named "package". +.TP +.B \-Ptmpdir +Use "tmpdir" for package build directory. .SH NOTES The .B \-a |