summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-28 12:10:13 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-28 12:10:13 -0400
commit1555e5db1372025d07c292d335158aeb0ed94cd4 (patch)
tree354dcdf6cd839acac44bed8f955e73873d7d1d37 /dh_gencontrol
parentec77e19bf7a20d35edadb2089c3632fca8f54ed3 (diff)
dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index 08fb680a..785586f9 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -58,6 +58,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
push @command, "-p$package";
}
if (is_udeb($package)) {
+ push @command, "-UHomepage";
push @command, "-n".udeb_filename($package);
}
doit(@command, "-l$changelog", "-Tdebian/${ext}substvars",