]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gencontrol
Fix build system auto-selection breakage.
[debhelper.git] / dh_gencontrol
index abecc1ebf47fd03687a0b0bdfa95703dd51fd7e1..93f0459411dc1bb448ad171ed4db095677904328 100755 (executable)
@@ -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
@@ -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}});