On Wed, 07 Oct 2020 10:32:42 +0200, Xavier Guimard wrote: > Since all dh-sequence-* build dependencies are virtual packages, cme > should ignore related warnings.
Right, the handling of dh-sequence-* could be improved.
Currently it's an array of static entries in lib/Config/Model/Dpkg/Dependency.pm
(@virtual_list) which is then converted into a hash which is then
checked to exclude warnings. Maybe adding a regexp to
if ( @res == 0 and not $virtual_hash{$pkg}) {
would be enough? Like (untested pseudo-code)
… and $pkg =! /^dh-sequence-.+/
(and removing the list of dh-sequence-* packages from @virtual_list)
Cheers,
gregor
--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`- NP: Bettina Wegner: die rose
signature.asc
Description: Digital Signature

