diff -Nru send2trash-1.5.0/debian/changelog send2trash-1.5.0/debian/changelog --- send2trash-1.5.0/debian/changelog 2019-02-14 20:34:58.000000000 +0000 +++ send2trash-1.5.0/debian/changelog 2019-11-17 17:16:04.000000000 +0000 @@ -1,3 +1,10 @@ +send2trash (1.5.0-2) unstable; urgency=medium + + * Drop python2 support (closes: #938464); thanks to Sandro Tosi + for the patch + + -- Julian Gilbey Sun, 17 Nov 2019 17:16:04 +0000 + send2trash (1.5.0-1) unstable; urgency=medium * New upstream release diff -Nru send2trash-1.5.0/debian/control send2trash-1.5.0/debian/control --- send2trash-1.5.0/debian/control 2019-02-14 20:34:58.000000000 +0000 +++ send2trash-1.5.0/debian/control 2019-11-17 17:16:04.000000000 +0000 @@ -2,25 +2,13 @@ Section: python Priority: optional Maintainer: Julian Gilbey -Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, - python3-all, python3-setuptools -Standards-Version: 4.3.0 +Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools +Standards-Version: 4.4.1 Homepage: https://github.com/hsoft/send2trash Vcs-Browser: https://salsa.debian.org/debian/send2trash Vcs-Git: https://salsa.debian.org/debian/send2trash.git Testsuite: autopkgtest-pkg-python -Package: python-send2trash -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Recommends: python-gi -Description: Python module for sending file to trash natively - This module sends a file to the trash using either the Glib system - for handling a desktop trash file or its own home-grown system if - python-gi is not installed. - . - This package installs the library for Python 2. - Package: python3-send2trash Architecture: all Depends: ${python3:Depends}, ${misc:Depends} @@ -29,5 +17,3 @@ This module sends a file to the trash using either the Glib system for handling a desktop trash file or its own home-grown system if python3-gi is not installed. - . - This package installs the library for Python 3. diff -Nru send2trash-1.5.0/debian/rules send2trash-1.5.0/debian/rules --- send2trash-1.5.0/debian/rules 2019-02-14 20:34:58.000000000 +0000 +++ send2trash-1.5.0/debian/rules 2019-11-17 17:16:04.000000000 +0000 @@ -7,4 +7,4 @@ export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild