]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gencontrol
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_gencontrol
index abecc1ebf47fd03687a0b0bdfa95703dd51fd7e1..32b85637f5f066d10d8d2b735a7fde841dca701b 100755 (executable)
@@ -15,8 +15,8 @@ B<dh_gencontrol> [S<I<debhelper options>>] [S<B<--> I<params>>]
 
 =head1 DESCRIPTION
 
-dh_gencontrol is a debhelper program that is responsible for generating
-control files, and installing them into the DEBIAN directory with the
+B<dh_gencontrol> is a debhelper program that is responsible for generating
+control files, and installing them into the I<DEBIAN> directory with the
 proper permissions.
 
 This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
@@ -27,11 +27,14 @@ 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)>.
+Pass I<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-gencontrol(1)>.
+It is deprecated; use B<--> instead.
 
 =back
 
@@ -66,10 +69,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        if (getpackages() > 1) {
                push @command, "-p$package";
        }
-       if (is_udeb($package)) {
-               push @command, "-UHomepage";
-               push @command, "-n".udeb_filename($package);
-       }
        doit(@command, "-l$changelog", "-T$substvars", 
                "-P$tmp",@{$dh{U_PARAMS}});