[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: ljcrop



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.


Reply to: