diff -Nru trash-cli-0.17.1.14/debian/changelog trash-cli-0.17.1.14/debian/changelog --- trash-cli-0.17.1.14/debian/changelog 2018-11-24 19:43:18.000000000 +0000 +++ trash-cli-0.17.1.14/debian/changelog 2020-01-14 21:45:47.000000000 +0000 @@ -1,3 +1,9 @@ +trash-cli (0.17.1.14-2ubuntu1) focal; urgency=medium + + * Build using python2. + + -- Matthias Klose Tue, 14 Jan 2020 22:45:47 +0100 + trash-cli (0.17.1.14-2) unstable; urgency=medium * Fix autopkgtest, broken by rename of restore-trash diff -Nru trash-cli-0.17.1.14/debian/control trash-cli-0.17.1.14/debian/control --- trash-cli-0.17.1.14/debian/control 2018-10-24 14:37:02.000000000 +0000 +++ trash-cli-0.17.1.14/debian/control 2020-01-14 21:45:41.000000000 +0000 @@ -4,7 +4,8 @@ Maintainer: Stefano Karapetsas Uploaders: Jonathan Dowland Build-Depends: debhelper (>= 9), - python (>= 2.6.6-3~), + dh-python, + python-all (>= 2.6.6-3~), python-setuptools, python-nose, python-mock, diff -Nru trash-cli-0.17.1.14/debian/rules trash-cli-0.17.1.14/debian/rules --- trash-cli-0.17.1.14/debian/rules 2018-10-24 14:37:02.000000000 +0000 +++ trash-cli-0.17.1.14/debian/rules 2020-01-14 21:45:47.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2 --buildsystem=pybuild override_dh_auto_clean: