diff -Nru python-setproctitle-1.1.10/debian/changelog python-setproctitle-1.1.10/debian/changelog --- python-setproctitle-1.1.10/debian/changelog 2020-02-18 09:24:12.000000000 +0000 +++ python-setproctitle-1.1.10/debian/changelog 2020-02-20 10:18:58.000000000 +0000 @@ -1,8 +1,9 @@ -python-setproctitle (1.1.10-1build6) focal; urgency=medium +python-setproctitle (1.1.10-1ubuntu1) focal; urgency=medium - * No-change rebuild to drop python3.7. + * Test using python2. + * Build-depend on 2to3. - -- Matthias Klose Tue, 18 Feb 2020 10:24:12 +0100 + -- Matthias Klose Thu, 20 Feb 2020 11:18:58 +0100 python-setproctitle (1.1.10-1build5) focal; urgency=medium diff -Nru python-setproctitle-1.1.10/debian/control python-setproctitle-1.1.10/debian/control --- python-setproctitle-1.1.10/debian/control 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/control 2020-02-20 10:18:58.000000000 +0000 @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), dh-python, + 2to3, procps, python-all-dbg, python-all-dev, diff -Nru python-setproctitle-1.1.10/debian/rules python-setproctitle-1.1.10/debian/rules --- python-setproctitle-1.1.10/debian/rules 2016-09-13 23:05:17.000000000 +0000 +++ python-setproctitle-1.1.10/debian/rules 2020-02-20 10:18:58.000000000 +0000 @@ -12,4 +12,4 @@ rst2man HISTORY.rst | nroff -mandoc > build/HISTORY override_dh_auto_test: - $(MAKE) check + $(MAKE) check PYTHON=python2 PYCONFIG=python2-config