]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb.1
9c5688cd4ef37c0b52293956c67bd345c93f10fa
[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] [-- 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 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 .TP
24 .B \-\- params
25 Pass "params" to 
26 .BR dpkg-deb (1)
27 when it is used to build the package.
28 .SH ENVIRONMENT
29 See
30 .BR debhelper (1)
31 for a list of environment variables that affect all debhelper commands.
32 .SH "SEE ALSO"
33 .BR debhelper (1)
34 .SH AUTHOR
35 Joey Hess <joeyh@debian.org>