summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-23 13:31:11 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-23 13:31:11 -0500
commit5029340ae819bc949f68d2c76e83fe135f4d1ca8 (patch)
tree30dfba3e4adeb3cb4fad6f78ae9ec06635009936 /dh_gencontrol
parent3ba936471c4e6eef1134de0539824b1d21d66646 (diff)
dh_gencontrol: No longer need to generate the udeb filename when calling dpkg-gencontrol.
* dh_gencontrol: No longer need to generate the udeb filename when calling dpkg-gencontrol. * dh_gencontrol: Do not need to tell dpkg-gencontol not to include the Homepage field in udebs (fixed in dpkg-dev 1.14.17).
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}});