diff options
author | joey <joey> | 1999-08-17 04:42:15 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:42:15 +0000 |
commit | 050d55509586c51def636f895075c62877c9fae7 (patch) | |
tree | 58b7a884434d8e2a3b5b26e06be0860b4a6bffaf /dh_builddeb.1 | |
parent | 151fcdd2c72ee77597124c74450d66ba2840b14b (diff) | |
download | debhelper-050d55509586c51def636f895075c62877c9fae7.tar.gz |
r48: Initial Import
Diffstat (limited to 'dh_builddeb.1')
-rw-r--r-- | dh_builddeb.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dh_builddeb.1 b/dh_builddeb.1 index 8a51a8f4..9d52b3ab 100644 --- a/dh_builddeb.1 +++ b/dh_builddeb.1 @@ -10,19 +10,19 @@ dh_builddeb simply calls to build a .deb package or packages. .SH OPTIONS .TP -.B \-v +.B \-v, \--verbose Verbose mode; show all commands that modify the package build directory, etc. .TP -.B \-a +.B \-a, \--arch Build all architecture dependent packages. .TP -.B \-i +.B \-i, \--indep Build all architecture independent packages. .TP -.B \-ppackage +.B -ppackage, \--package=package Build the package named "package". .TP -.B \-Ptmpdir +.B \-Ptmpdir, \--tmpdir=tmpdir Use "tmpdir" for package build directory. .SH NOTES The |