summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:47:13 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-04 20:47:13 -0500
commit2bdc9c148086492202c995d12becbc76abb3d569 (patch)
treeabe57fbb2761362be568c625d530655fa64c1e93 /dh_gencontrol
parentbbcbadbef84f4d789f9e21964757ab622f11e6ed (diff)
Add deprecation warnings for -u to the documentation, since putting options after -- is much more sane. (However, -u will not go away any time soon.) Closes: #554509
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol7
1 files changed, 5 insertions, 2 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index 726d0855..93f04594 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -27,12 +27,15 @@ useful flags.
=over 4
-=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
-
=item B<--> I<params>
Pass "params" to L<dpkg-gencontrol(1)>.
+=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
+
+This is another way to pass I<params> to L<dpkg-deb(1)>.
+It is deprecated; use B<--> instead.
+
=back
=cut