Darren Salt wrote:
The package would be lintian-clean but for what I think is a false positive.
lintian (in testing) complains about a dependency on wish, but that can't be
right:
Depends: wish | tk8.5, libtk-img, libjpeg-progs
http://lintian.debian.org/tags/virtual-package-depends-without-real-package-depends.html
You have in your debian/control file:
Depends: wish | tk8.5, libtk-img, libjpeg-progs
As per the warning note, put the real package _first_ ('wish' is the
virtual here), i.e.:
Depends: tk8.5 | wish, libtk-img, libjpeg-progs
Tris.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]