]> git.donarmstrong.com Git - debhelper.git/blob - dh_gencontrol.1
r348: * Fixes for perl 5.6.
[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] [-- params]"
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 .TP
23 .B \-\- params
24 Pass "params" to 
25 .BR dpkg-gencontrol (1)
26 .SH ENVIRONMENT
27 See
28 .BR debhelper (1)
29 for a list of environment variables that affect all debhelper commands.
30 .SH "SEE ALSO"
31 .TP
32 .BR debhelper (1)
33 .TP
34 .BR dpkg-shlibdeps (1)
35 .SH "CONFORMS TO"
36 Debian policy, version 3.0.1
37 .SH AUTHOR
38 Joey Hess <joeyh@debian.org>