diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-28 12:10:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-28 12:10:13 -0400 |
commit | 1555e5db1372025d07c292d335158aeb0ed94cd4 (patch) | |
tree | 354dcdf6cd839acac44bed8f955e73873d7d1d37 /dh_gencontrol | |
parent | ec77e19bf7a20d35edadb2089c3632fca8f54ed3 (diff) | |
download | debhelper-1555e5db1372025d07c292d335158aeb0ed94cd4.tar.gz |
dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-x | dh_gencontrol | 1 |
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", |