]> git.donarmstrong.com Git - debhelper.git/blob - dh_gencontrol.1
r264: * dh_shlibdeps: Fixed quoting problem that made it fail on weird file names.
[debhelper.git] / dh_gencontrol.1
1 .TH DH_INSTALLDEBFILES 1
2 .SH NAME
3 dh_gencontrol \- generate and install control file
4 .SH SYNOPSIS
5 .B dh_gencontrol
6 .I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-uparams]"
7 .SH "DESCRIPTION"
8 dh_gencontrol is a debhelper program that is responsible for generating and
9 installing control files, and installing them into the DEBIAN directory with
10 the proper permissions.
11 .P
12 This program is merely a wrapper around
13 .BR dpkg-gencontrol (1)
14 You may prefer to simply run
15 .BR dpkg-gencontrol (1)
16 by hand.
17 .SH OPTIONS
18 .TP
19 .B \-v
20 Verbose mode; show all commands that modify the package build directory.
21 .TP
22 .B \-a
23 Install files for all architecture dependent packages.
24 .TP
25 .B \-i
26 Install files for all architecture independent packages.
27 .TP
28 .B \-ppackage
29 Install files for the package named "package".
30 .TP
31 .B \-Ptmpdir
32 Use "tmpdir" for package build directory. 
33 .TP
34 .B \-uparams
35 Pass "params" to 
36 .BR dpkg-gencontrol (1)
37 .SH NOTES
38 The
39 .B \-a
40 .B \-i
41 and
42 .B \-p
43 arguments are cumulative. If none are specified, then all packages listed in
44 the control file will be effected.
45 .SH ENVIRONMENT
46 .TP
47 .I DH_VERBOSE
48 Enables verbose mode
49 .SH "SEE ALSO"
50 .BR /usr/doc/debhelper/README
51 .BR dpkg-shlibdeps (1)
52 .SH "CONFORMS TO"
53 Debian policy, version 2.3.0.0
54 .SH AUTHOR
55 Joey Hess <joeyh@master.debian.org>