Package: cli-common-dev
Version: 0.9+nmu1
Severity: normal
Dear Maintainer,
I've noticed dh_cligacpolicy issues a warning every time I build a package:
dh_cligacpolicy: Warning! No Build-Depends(-Indep) on cli-common-dev (>= 0.5.7)!
At the same time, my package has this in its Build-Depends:
cli-common-dev (>= 0.8~),
The code seems to look for the exact string (0.5.7), which is obviously missing,
though it doesn't mean the dependency not present:
if (!($filedata[0] =~ /Build-Depends(-Indep)?: .*cli-common-dev \(>=
0\.5\.7\)/)) {
warning("Warning! No Build-Depends(-Indep) on cli-common-dev (>=
0.5.7)!");
}
Please fix the check (or remove it altogether, given that such an old version
isn't
shipped even in old-oldstable anymore.
--
Cheers,
Andrew