severity 674939 minor
thanks

* Francois Marier <[email protected]>, 2012-05-29, 08:20:
freecode-submit build-depends on python-support but it doesn't use it. One of the changes in compat 9 (which freecode-submit) uses was: "dh does not default to enabling --with=python-support".

So is it just a matter of switching from "dh $@" to "dh --with=python-support $@" in debian/rules?

That would do the trick, but... I just realized that this package consist of a single Python script. The only thing dh_pysupport would do is to generate dependency on python (which you have in Depends anyway). So what I would do instead:
- remove python-support from Build-Depends;
- remove ${python:Depends} from Depends;
- drop XB-Python-Version (this field is deprecated anyway).

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to