diff -Nru cdiff-1.0/debian/changelog cdiff-1.0/debian/changelog --- cdiff-1.0/debian/changelog 2017-09-13 07:30:41.000000000 +0000 +++ cdiff-1.0/debian/changelog 2019-10-05 01:34:13.000000000 +0000 @@ -1,3 +1,10 @@ +cdiff (1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936278 + + -- Sandro Tosi Fri, 04 Oct 2019 21:34:13 -0400 + cdiff (1.0-1) unstable; urgency=medium * Initial upload. (Closes: #875553) diff -Nru cdiff-1.0/debian/control cdiff-1.0/debian/control --- cdiff-1.0/debian/control 2017-09-12 21:09:53.000000000 +0000 +++ cdiff-1.0/debian/control 2019-10-05 01:27:33.000000000 +0000 @@ -5,22 +5,10 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 -Package: python-cdiff -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Suggests: -Description: Colored, incremental diff with side by side and auto pager support (Python 2) - Cdiff is a python module to view colored, incremental diff in a Git/Mercurial/ - Svn workspace or from stdin, with side by side and auto pager support. - . - This is the Python 2 version of the package. - Package: python3-cdiff Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru cdiff-1.0/debian/rules cdiff-1.0/debian/rules --- cdiff-1.0/debian/rules 2017-09-12 21:08:24.000000000 +0000 +++ cdiff-1.0/debian/rules 2019-10-05 01:27:50.000000000 +0000 @@ -3,7 +3,7 @@ export PYBUILD_NAME=cdiff %: - dh $@ --with=python2,python3 --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild override_dh_auto_install: dh_auto_install