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 11:44:22.000000000 +0000 +++ gumbo-parser-0.10.1+dfsg/debian/changelog 2015-12-30 18:45:37.000000000 +0000 @@ -1,3 +1,11 @@ +gumbo-parser (0.10.1+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Update to fix FTBFS with multiple python3 versions (Closes: #802075) + * Simplify related python build-depends + + -- Scott Kitterman Wed, 30 Dec 2015 13:44:21 -0500 + 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 11:44:22.000000000 +0000 +++ gumbo-parser-0.10.1+dfsg/debian/control 2015-12-30 18:44:19.000000000 +0000 @@ -5,8 +5,8 @@ dh-autoreconf, dh-python, libgtest-dev, - python-all-dev, - python3-all-dev, + python-all, + python3, python-setuptools, python3-setuptools X-Python-Version: >= 2.7 diff -Nru gumbo-parser-0.10.1+dfsg/debian/rules gumbo-parser-0.10.1+dfsg/debian/rules --- gumbo-parser-0.10.1+dfsg/debian/rules 2015-06-23 11:44:22.000000000 +0000 +++ gumbo-parser-0.10.1+dfsg/debian/rules 2015-12-30 18:44:00.000000000 +0000 @@ -14,7 +14,7 @@ override_dh_auto_install: dh_auto_install $(shell pyversions -r debian/control) setup.py install --root=$(CURDIR)/debian/python-gumbo --install-layout=deb - $(shell py3versions -r debian/control) setup.py install --root=$(CURDIR)/debian/python3-gumbo --install-layout=deb + python3 setup.py install --root=$(CURDIR)/debian/python3-gumbo --install-layout=deb # Remove tests find $(CURDIR)/debian/python-gumbo $(CURDIR)/debian/python3-gumbo -name '*_test.py' | xargs $(RM) -rfv