]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb.1
r380: * dh_builddeb: added a --filename option to specify the output filename.
[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 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 --name=filename
23 Use this if you want to force the generated .deb file to have a particular
24 file name. Does not work well if more than one .deb is generated!
25 .TP
26 .B \-uparams
27 .TP
28 .B \-\- params
29 Pass "params" to
30 .BR dpkg-deb (1)
31 when it is used to build the package.
32 .SH ENVIRONMENT
33 See
34 .BR debhelper (1)
35 for a list of environment variables that affect all debhelper commands.
36 .SH "SEE ALSO"
37 .BR debhelper (1)
38 .SH AUTHOR
39 Joey Hess <joeyh@debian.org>