]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb.1
r85: Initial Import
[debhelper.git] / dh_builddeb.1
1 .TH DH_BUILDDEB 1
2 .SH NAME
3 dh_builddeb \- build debian packages
4 .SH SYNOPSIS
5 .B dh_builddeb
6 .I "[-v] [-a] [-i] [--no-act] [-ppackage] [-Ptmpdir]"
7 .SH "DESCRIPTION"
8 dh_builddeb simply calls
9 .BR dpkg (8)
10 to build a .deb package or packages.
11 .SH OPTIONS
12 .TP
13 .B \-v, \--verbose
14 Verbose mode; show all commands that modify the package build directory, etc.
15 .TP
16 .B \-a, \--arch
17 Build all architecture dependent packages.
18 .TP
19 .B \-i, \--indep
20 Build all architecture independent packages.
21 .TP
22 .B \--no-act
23 Do not really do anything. If used with -v, the result is that this command
24 will output a list of what it would have done.
25 .TP
26 .B -ppackage, \--package=package
27 Build the package named "package".
28 .TP
29 .B \-Ptmpdir, \--tmpdir=tmpdir
30 Use "tmpdir" for package build directory.
31 .SH NOTES
32 The
33 .B \-a
34 .B \-i
35 and
36 .B \-p
37 arguments are cumulative. If none are specified, then all packages listed in
38 the control file will be built.
39 .SH ENVIRONMENT
40 .TP
41 .I DH_VERBOSE
42 Enables verbose mode
43 .TP
44 .I DH_NO_ACT
45 Enables no-act mode (see above).
46 .SH "SEE ALSO"
47 .BR /usr/doc/debhelper/README
48 .SH AUTHOR
49 Joey Hess <joeyh@master.debian.org>