]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb.1
r296: * dh_builddeb: -u can be passed to this command now, followed by
[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] [-uparams]"
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 debhelper options
14 See
15 .BR debhelper (1)
16 for a list of options common to all debhelper commands.
17 .TP
18 .B --destdir=directory
19 Use this if you want the generated .deb files to be put in a directory other
20 than the default of ".."
21 .TP
22 .B \-uparams
23 Pass "params" to 
24 .BR dpkg-deb (1)
25 when it is used to build the package.
26 .SH ENVIRONMENT
27 See
28 .BR debhelper (1)
29 for a list of environment variables that affect all debhelper commands.
30 .SH "SEE ALSO"
31 .BR debhelper (1)
32 .SH AUTHOR
33 Joey Hess <joeyh@master.debian.org>