diff -Nru powerline-taskwarrior-0.7.2/debian/changelog powerline-taskwarrior-0.7.2/debian/changelog --- powerline-taskwarrior-0.7.2/debian/changelog 2019-07-16 13:10:11.000000000 -0400 +++ powerline-taskwarrior-0.7.2/debian/changelog 2019-08-22 20:02:31.000000000 -0400 @@ -1,3 +1,10 @@ +powerline-taskwarrior (0.7.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python 2 support + + -- Sandro Tosi Thu, 22 Aug 2019 20:02:31 -0400 + powerline-taskwarrior (0.7.2-1) unstable; urgency=medium * New upstream version 0.7.2 diff -Nru powerline-taskwarrior-0.7.2/debian/control powerline-taskwarrior-0.7.2/debian/control --- powerline-taskwarrior-0.7.2/debian/control 2019-07-16 13:06:12.000000000 -0400 +++ powerline-taskwarrior-0.7.2/debian/control 2019-08-22 19:52:40.000000000 -0400 @@ -5,29 +5,14 @@ Priority: optional Build-Depends: debhelper (>= 11), dh-python, - python-all, python3-all, - python-setuptools, python3-setuptools, - python-powerline, python3-powerline Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/tasktools-team/powerline-taskwarrior Vcs-Git: https://salsa.debian.org/tasktools-team/powerline-taskwarrior.git Homepage: https://github.com/Zebradil/powerline-taskwarrior -Package: python-powerline-taskwarrior -Architecture: all -Depends: ${python:Depends}, - ${misc:Depends}, - taskwarrior (>= 2.4.2) -Description: Powerline segment for showing Taskwarrior information (Python 2) - A Powerline segment for showing information from Taskwarrior task manager. - . - It will show current context and active task (first of alphabetical order). - . - This package contains the Python 2 module. - Package: python3-powerline-taskwarrior Architecture: all Depends: ${python3:Depends}, diff -Nru powerline-taskwarrior-0.7.2/debian/rules powerline-taskwarrior-0.7.2/debian/rules --- powerline-taskwarrior-0.7.2/debian/rules 2019-07-16 13:06:12.000000000 -0400 +++ powerline-taskwarrior-0.7.2/debian/rules 2019-08-22 19:58:31.000000000 -0400 @@ -3,4 +3,4 @@ export PYBUILD_NAME=powerline-taskwarrior %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild