Package: python-admesh Version: 0.98.3-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
Hi Anton, The python-admesh package currently build-depends on python3-all and python3-dev (as well as python-all + python-dev). This is inconsistent, and results in a build failure when there is more than one supported version of python - because the package will try to build for multiple versions, but be unable to find the C header files for the extensions. The correct thing to do is to build-depend on either python3-all-dev + python3-all, or python-dev + python. Attached is a trivial patch to fix this issue. Note that the python3.5 transition is coming soon to Debian, at which point the severity of this bug report would be raised to serious. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru python-admesh-0.98.3/debian/control python-admesh-0.98.3/debian/control --- python-admesh-0.98.3/debian/control 2015-05-01 01:05:36.000000000 -0700 +++ python-admesh-0.98.3/debian/control 2015-07-25 02:51:39.000000000 -0700 @@ -10,10 +10,10 @@ dh-python, libadmesh-dev, python-all, - python-dev, + python-all-dev, python-setuptools, python3-all, - python3-dev, + python3-all-dev, python3-setuptools Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-admesh.git
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers