From 5029340ae819bc949f68d2c76e83fe135f4d1ca8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Feb 2009 13:31:11 -0500 Subject: [PATCH] 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). --- debian/changelog | 4 ++++ dh_gencontrol | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fde13b..fcd990b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ debhelper (7.2.0) UNRELEASED; urgency=low * Improve error messages when child commands fail. * Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in 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). -- Joey Hess Thu, 25 Dec 2008 16:26:36 -0500 diff --git a/dh_gencontrol b/dh_gencontrol index abecc1e..726d085 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}}); -- 2.39.2