diff -Nru yanc-0.3.3/debian/changelog yanc-0.3.3/debian/changelog --- yanc-0.3.3/debian/changelog 2015-01-26 13:43:38.000000000 +0000 +++ yanc-0.3.3/debian/changelog 2017-01-10 00:36:23.000000000 +0000 @@ -1,3 +1,10 @@ +yanc (0.3.3-3) unstable; urgency=low + + * python3 support (Closes: #850589) + + Bump debhelper to 9 + + -- Marcelo Jorge Vieira Mon, 09 Jan 2017 22:36:23 -0200 + yanc (0.3.3-2) unstable; urgency=low * Improving rules diff -Nru yanc-0.3.3/debian/compat yanc-0.3.3/debian/compat --- yanc-0.3.3/debian/compat 2015-01-25 20:42:55.000000000 +0000 +++ yanc-0.3.3/debian/compat 2017-01-10 00:36:23.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru yanc-0.3.3/debian/control yanc-0.3.3/debian/control --- yanc-0.3.3/debian/control 2015-01-25 20:43:30.000000000 +0000 +++ yanc-0.3.3/debian/control 2017-01-10 00:36:23.000000000 +0000 @@ -2,14 +2,21 @@ Maintainer: Marcelo Jorge Vieira Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), dh-python, python-nose +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-all, python3-setuptools, debhelper (>= 9), dh-python, python-nose Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/cgit/users/metal/yanc.git Vcs-Git: git://anonscm.debian.org/users/metal/yanc.git X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.2 Package: python-nose-yanc Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Color output plugin for nose YANC is color output plugin for nose that plays nicely with others. + +Package: python3-nose-yanc +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Color output plugin for nose + YANC is color output plugin for nose that plays nicely with others. diff -Nru yanc-0.3.3/debian/rules yanc-0.3.3/debian/rules --- yanc-0.3.3/debian/rules 2015-01-26 13:14:49.000000000 +0000 +++ yanc-0.3.3/debian/rules 2017-01-10 00:36:23.000000000 +0000 @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export PYBUILD_NAME = nose-yanc + %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: nosetests yanc/test_yanc.py