Source: python-pyvcf Version: 0.6.7-1 Severity: important Tags: patch Currently python-pyvcf only builds support for the default python3 version. As a result, once the default version switches from python3 3.4 to 3.5, it will be unusable until it can be rebuilt. The best practice (as described in the Debian Python policy) is to build for all supported versions. Then whichever is default, the package still works.
Please see the attached patch (formatted as an NMU because that's what devscripts handed me, but I have no near term plans to NMU). Scott K
diff -Nru python-pyvcf-0.6.7/debian/changelog python-pyvcf-0.6.7/debian/changelog --- python-pyvcf-0.6.7/debian/changelog 2015-10-14 16:58:41.000000000 -0400 +++ python-pyvcf-0.6.7/debian/changelog 2015-12-31 04:15:07.000000000 -0500 @@ -1,3 +1,11 @@ +python-pyvcf (0.6.7-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Change python3-dev build-dep to python3-all-dev so package is built for + all supported python3 versions + + -- Scott Kitterman <[email protected]> Thu, 31 Dec 2015 04:14:37 -0500 + python-pyvcf (0.6.7-1) unstable; urgency=medium * Initial upload (Closes: #801722) diff -Nru python-pyvcf-0.6.7/debian/control python-pyvcf-0.6.7/debian/control --- python-pyvcf-0.6.7/debian/control 2015-10-14 16:58:41.000000000 -0400 +++ python-pyvcf-0.6.7/debian/control 2015-12-31 04:15:17.000000000 -0500 @@ -9,7 +9,7 @@ python-dev (>= 2.7), python-setuptools, cython3, - python3-dev, + python3-all-dev, python3-setuptools Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-pyvcf.git

