diff -Nru python-webencodings-0.5/debian/changelog python-webencodings-0.5/debian/changelog --- python-webencodings-0.5/debian/changelog 2016-11-11 21:16:54.000000000 +0000 +++ python-webencodings-0.5/debian/changelog 2017-01-05 15:30:19.000000000 +0000 @@ -1,3 +1,10 @@ +python-webencodings (0.5-2) unstable; urgency=medium + + * d/rules: Run tests via nose at build time. + * d/control: Add python{,3}-nose to Build-Depends. + + -- Barry Warsaw Thu, 05 Jan 2017 10:30:19 -0500 + python-webencodings (0.5-1) unstable; urgency=medium * Initial release. (Closes: #842738) diff -Nru python-webencodings-0.5/debian/control python-webencodings-0.5/debian/control --- python-webencodings-0.5/debian/control 2016-11-11 21:16:54.000000000 +0000 +++ python-webencodings-0.5/debian/control 2017-01-05 15:30:19.000000000 +0000 @@ -6,9 +6,11 @@ Build-Depends: debhelper (>= 9.0.0), dh-python, python (>= 2.6.6-3~), + python-nose, python-setuptools, python3, python3-all, + python3-nose, python3-setuptools, Standards-Version: 3.9.8 Homepage: https://github.com/SimonSapin/python-webencodings diff -Nru python-webencodings-0.5/debian/rules python-webencodings-0.5/debian/rules --- python-webencodings-0.5/debian/rules 2016-11-11 21:16:54.000000000 +0000 +++ python-webencodings-0.5/debian/rules 2017-01-05 15:30:19.000000000 +0000 @@ -4,6 +4,8 @@ #export PYBUILD_VERBOSE=1 #export DH_VERBOSE=1 +export PYBUILD_TEST_NOSE=1 + %: dh $@ --with python2,python3 --buildsystem=pybuild