From 5029340ae819bc949f68d2c76e83fe135f4d1ca8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Feb 2009 13:31:11 -0500 Subject: 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). --- dh_gencontrol | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dh_gencontrol') 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}}); -- cgit v1.2.3