summaryrefslogtreecommitdiff
path: root/dh_gencontrol.1
diff options
context:
space:
mode:
authorjoey <joey>1999-11-23 21:56:41 +0000
committerjoey <joey>1999-11-23 21:56:41 +0000
commitb0ebd80067950b5ef61fd4344a88a8bf53ee31ef (patch)
tree4fbfdebb6d3d0dc2154d9b042925a6594b477691 /dh_gencontrol.1
parentbfa605b326b0b75a11f8b537458fae176e0cc7d6 (diff)
r308: * dh_suidregister: Die with understandable error message if asked to
act on files that don't exist. * dh_installchangelogs: to comply with policy, if it's told to act on a html changelog, it installs it as changelog.html.gz and dumps a plain text version to changelog.gz. The dumping is done with lynx. (Closes: #51099) * Dh_Getopt.pm: Modified it so any options specified after -- are added to U_PARAMS. This means that instead of passing '-u"something nasty"' to dh_gencontrol and the like, you can pass '-- something nasty' without fiddling to get the quoting right, etc.
Diffstat (limited to 'dh_gencontrol.1')
-rw-r--r--dh_gencontrol.14
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_gencontrol.1 b/dh_gencontrol.1
index 84bdb0a2..15e90a7c 100644
--- a/dh_gencontrol.1
+++ b/dh_gencontrol.1
@@ -3,7 +3,7 @@
dh_gencontrol \- generate and install control file
.SH SYNOPSIS
.B dh_gencontrol
-.I "[debhelper options] [-uparams]"
+.I "[debhelper options] [-uparams] [-- params]"
.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
@@ -19,6 +19,8 @@ See
for a list of options common to all debhelper commands.
.TP
.B \-uparams, \--dpkg-gencontrol-params=params
+.TP
+.B \-\- params
Pass "params" to
.BR dpkg-gencontrol (1)
.SH ENVIRONMENT