X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_gencontrol.1;h=791826195d8d6b84ad69884394b0d27b6aba2a8b;hb=44c5b3d589c31d7d03e6b4de8fd72f260eebbe93;hp=7b78248fb47bd3427497364742de013ed3715c04;hpb=1e6dea44772a0c1f57e7cd50ff12e35a1cff0b96;p=debhelper.git diff --git a/dh_gencontrol.1 b/dh_gencontrol.1 index 7b78248..7918261 100644 --- a/dh_gencontrol.1 +++ b/dh_gencontrol.1 @@ -1,55 +1,36 @@ -.TH DH_INSTALLDEBFILES 1 +.TH DH_GENCONTROL 1 "" "Debhelper Commands" "Debhelper Commands" .SH NAME dh_gencontrol \- generate and install control file .SH SYNOPSIS .B dh_gencontrol -.I "[-v] [-a] [-i] [-ppackage] [-Ptmpdir] [-uparams]" +.I "[debhelper options] [-uparams]" .SH "DESCRIPTION" -dh_gencontrol is a debhelper program that is responsible for generating and -installing control files, and installing them into the DEBIAN directory with -the proper permissions. +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) -You may prefer to simply run -.BR dpkg-gencontrol (1) -by hand. .SH OPTIONS .TP -.B \-v -Verbose mode; show all commands that modify the package build directory. -.TP -.B \-a -Install files for all architecture dependent packages. -.TP -.B \-i -Install files for all architecture independent packages. -.TP -.B \-ppackage -Install files for the package named "package". +.B debhelper options +See +.BR debhelper (1) +for a list of options common to all debhelper commands. .TP -.B \-Ptmpdir -Use "tmpdir" for package build directory. -.TP -.B \-uparams +.B \-uparams, \--dpkg-gencontrol-params=params Pass "params" to .BR dpkg-gencontrol (1) -.SH NOTES -The -.B \-a -.B \-i -and -.B \-p -arguments are cumulative. If none are specified, then all packages listed in -the control file will be effected. .SH ENVIRONMENT -.TP -.I DH_VERBOSE -Enables verbose mode +See +.BR debhelper (1) +for a list of environment variables that affect all debhelper commands. .SH "SEE ALSO" -.BR /usr/doc/debhelper/README +.TP +.BR debhelper (1) +.TP .BR dpkg-shlibdeps (1) .SH "CONFORMS TO" -Debian policy, version 2.3.0.0 +Debian policy, version 2.5.0.0 .SH AUTHOR Joey Hess