]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb.1
r423: podized man page
[debhelper.git] / dh_builddeb.1
1 .TH DH_BUILDDEB 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_builddeb \- build debian packages
4 .SH SYNOPSIS
5 .B dh_builddeb
6 .I "[debhelper options] [--destdir=directory] [--name=filename] [-uparams] [-- params]"
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 --destdir=directory
14 Use this if you want the generated .deb files to be put in a directory other
15 than the default of ".."
16 .TP
17 .B --name=filename
18 Use this if you want to force the generated .deb file to have a particular
19 file name. Does not work well if more than one .deb is generated!
20 .TP
21 .B \-uparams
22 .TP
23 .B \-\- params
24 Pass "params" to
25 .BR dpkg-deb (1)
26 when it is used to build the package.
27 .SH ENVIRONMENT
28 See
29 .BR debhelper (1)
30 for a list of environment variables that affect all debhelper commands.
31 .SH "SEE ALSO"
32 .BR debhelper (1)
33 .SH AUTHOR
34 Joey Hess <joeyh@debian.org>