Source: msgpack-python
Version: 0.1.9-1
Tags: patch
User: [email protected]
Usertag: python-all

Build-dependency on python-all-dev and the structure of debian/rules seems to suggest that msgpack-python was intended to build and install Python extension modules for all supported versions. On the other hand, debian/control has hard-coded "X-Python-Version: 2.6", which defeats the above-mentioned purpose...

I propose to remove X-Python-Version entirely.


BTW, your debian/rules is a bit awkward. It contains install target, which is neither directly called by dpkg-buildpackage nor a dependency of any other target, so it's never used.

You could also further simplify your override_dh_auto_build rule to:

override_dh_auto_build:
        rm -f msgpack/_msgpack.c
        dh_auto_build

--
Jakub Wilk



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

Reply via email to