Package: gumbo-parser Version: 0.10.1+dfsg-2 Severity: normal Tags: patch Since the python bindings are arch all, build-deps on the python -dev packages are not needed and make it seem that (incorrectly0 the package needs to be rebuilt for the python3.5 transition [1].
Please see the attached patch. Scott K [1] https://release.debian.org/transitions/html/python3.5.html
diff -Nru gumbo-parser-0.10.1+dfsg/debian/changelog gumbo-parser-0.10.1+dfsg/debian/changelog --- gumbo-parser-0.10.1+dfsg/debian/changelog 2015-06-23 07:44:22.000000000 -0400 +++ gumbo-parser-0.10.1+dfsg/debian/changelog 2015-09-16 15:10:01.000000000 -0400 @@ -1,3 +1,10 @@ +gumbo-parser (0.10.1+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix python{3} build-deps for arch all build + + -- Scott Kitterman <sc...@kitterman.com> Wed, 16 Sep 2015 15:09:38 -0400 + gumbo-parser (0.10.1+dfsg-2) unstable; urgency=low * Rename tests.patch to 00-tests.patch. diff -Nru gumbo-parser-0.10.1+dfsg/debian/control gumbo-parser-0.10.1+dfsg/debian/control --- gumbo-parser-0.10.1+dfsg/debian/control 2015-06-23 07:44:22.000000000 -0400 +++ gumbo-parser-0.10.1+dfsg/debian/control 2015-09-16 15:09:33.000000000 -0400 @@ -5,8 +5,8 @@ dh-autoreconf, dh-python, libgtest-dev, - python-all-dev, - python3-all-dev, + python-all, + python3-all, python-setuptools, python3-setuptools X-Python-Version: >= 2.7