]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gencontrol
dh_gencontrol: No longer need to generate the udeb filename when calling dpkg-gencontrol.
[debhelper.git] / dh_gencontrol
index abecc1ebf47fd03687a0b0bdfa95703dd51fd7e1..726d0855df6b457924c025aa7a652546406bb701 100755 (executable)
@@ -66,10 +66,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}});