summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol4
1 files changed, 0 insertions, 4 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index abecc1eb..726d0855 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -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}});