Package: debhelper
Version: 7.0.15
Severity: normal
File: /usr/bin/dh_gencontrol
Tags: patch
Hi!
According to lintian it seems to be a good idea to remove the Homepage
control field from udebs, at least it produces an
unknown-field-in-control info warning for it. I would suggest to change
the following code snippet according to my little patch:
#v+
--- dh_gencontrol 2008-07-09 22:16:57.000000000 +0200
+++ dh_gencontrol.patched 2008-07-28 14:27:43.000000000 +0200
@@ -58,6 +58,7 @@
push @command, "-p$package";
}
if (is_udeb($package)) {
+ push @command, "-UHomepage";
push @command, "-n".udeb_filename($package);
}
doit(@command, "-l$changelog", "-Tdebian/${ext}substvars",
#v-
If you feel it is something that should be in there and rather think
it's something lintian shouldn't inform about, feel free to reassign
this bug.
So long! :)
Rhonda
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]