* Iustin Pop <ius...@debian.org>, 2016-05-09, 22:29:
I'm looking at
https://qa.debian.org/debcheck.php?dist=unstable&package=protobuf, and
both issues I see listed seem false positives:
- "Package has a Depends on python:any (>= 2.7.5-5~) which cannot be
satisfied on $all_arches"; this is wrong, as python:any is basically
just python, no?
debcheck doesn't grok :any for the time being.
But for this particular package, the :any qualifier is useless, so just
get rid of it.
- "Binary Package: libprotobuf-lite9v5: Package is optional and has a
Conflicts on libprotobuf-lite9 which is optional"; the problem is that
it libprotobuf-lite9v5 not only conflicts, but also _replaces_
libprotobuf-lite9, as such the conflicts relation is correct
libprotobuf-lite9 is no longer built from source, so it should have been
removed semi-automatically by ftp-masters (and then debcheck woudn't
have a reason to complain). Dunno why it didn't happen...
--
Jakub Wilk