uncommitted - powerline-taskwarrior

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index 9f62a0d..574c578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+powerline-taskwarrior (0.7.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python 2 support
+
+ -- Sandro Tosi <morph@debian.org>  Thu, 22 Aug 2019 20:02:31 -0400
+
 powerline-taskwarrior (0.7.2-1) unstable; urgency=medium
 
   * New upstream version 0.7.2
diff --git a/debian/control b/debian/control
index 1501165..15c711c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,29 +5,14 @@ Section: python
 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 --git a/debian/rules b/debian/rules
index ccc9e22..e7bcfb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=powerline-taskwarrior
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Run locally

More details

Full run details