Hi Lintian maintainers, I've encountered the same issue, it looks like Lintian doesn't recognize python:any as being a satisfactory dependency on Python:
After having updated my Sid system (Lintian v2.5.17), while rebuilding the gnuhealth package I get the following error: E: gnuhealth-client: python-script-but-no-python-dep usr/share/gnuhealth-client/gnuhealth-client.py My control file lists the following: Depends: ${python:Depends}, ${misc:Depends}, tryton-client (>= 2.8~), tryton-client (<< 2.9~) And, if I open the generated .deb and look at the /DEBIAN/control file: Depends: python:any (>= 2.6.6-7~), python:any (<< 3.1), tryton-client (>= 2.8~), tryton-client (<< 2.9~) Please advise. +Emilien