Package: python3-hyphy Version: 2.2.6+dfsg-2 Severity: important Tags: patch
While reviewing packages in preparation for making python3.5 default [1], I reviewed your package and did not quite manage to build support for all python3 versions. As a result, once the default is switched to python3.5 it will be unusable until it's updated. Please see the attached trivial patch. Scott K [1] https://release.debian.org/transitions/html/python3.5.html
diff -Nru hyphy-2.2.6+dfsg/debian/changelog hyphy-2.2.6+dfsg/debian/changelog --- hyphy-2.2.6+dfsg/debian/changelog 2015-10-26 10:21:12.000000000 +0000 +++ hyphy-2.2.6+dfsg/debian/changelog 2015-12-30 19:59:24.000000000 +0000 @@ -1,3 +1,11 @@ +hyphy (2.2.6+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Change build-dep on python3-dev to python3-all-dev to enable building for + all supported python3 versions + + -- Scott Kitterman <sc...@kitterman.com> Wed, 30 Dec 2015 19:35:22 +0000 + hyphy (2.2.6+dfsg-2) unstable; urgency=medium [ Matthias Klose ] diff -Nru hyphy-2.2.6+dfsg/debian/control hyphy-2.2.6+dfsg/debian/control --- hyphy-2.2.6+dfsg/debian/control 2015-10-26 10:21:12.000000000 +0000 +++ hyphy-2.2.6+dfsg/debian/control 2015-12-30 19:35:14.000000000 +0000 @@ -7,7 +7,7 @@ dh-python, cmake (>= 3.0), python-dev, - python3-dev, + python3-all-dev, mpi-default-dev, libcurl4-gnutls-dev | libcurl4-dev, python,