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