summaryrefslogtreecommitdiff
path: root/dh_gencontrol.1
blob: 84bdb0a21db6df0146f5d61a8f5bceba8156138a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH DH_GENCONTROL 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
dh_gencontrol \- generate and install control file
.SH SYNOPSIS
.B dh_gencontrol
.I "[debhelper options] [-uparams]"
.SH "DESCRIPTION"
dh_gencontrol is a debhelper program that is responsible for generating 
control files, and installing them into the DEBIAN directory with the proper
permissions.
.P
This program is merely a wrapper around
.BR dpkg-gencontrol (1)
.SH OPTIONS
.TP
.B debhelper options
See
.BR debhelper (1)
for a list of options common to all debhelper commands.
.TP
.B \-uparams, \--dpkg-gencontrol-params=params
Pass "params" to 
.BR dpkg-gencontrol (1)
.SH ENVIRONMENT
See
.BR debhelper (1)
for a list of environment variables that affect all debhelper commands.
.SH "SEE ALSO"
.TP
.BR debhelper (1)
.TP
.BR dpkg-shlibdeps (1)
.SH "CONFORMS TO"
Debian policy, version 3.0.1
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>