[Python-modules-commits] [taskw] 01/04: need at least taskwarror 2.5 for test suite

Edward Betts edward at moszumanska.debian.org
Tue Dec 15 12:34:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

edward pushed a commit to branch master
in repository taskw.

commit 8db456292f60f34b5c4cddcd8ff536a2e53d8904
Author: Edward Betts <edward at 4angle.com>
Date:   Tue Dec 15 11:32:46 2015 +0000

    need at least taskwarror 2.5 for test suite
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f1a8023..e3da921 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
                python3-setuptools,
                python3-six,
                python3-tz,
-               taskwarrior
+               taskwarrior (>= 2.5)
 Standards-Version: 3.9.6
 Homepage: http://github.com/ralphbean/taskw
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/taskw.git
@@ -25,14 +25,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/taskw.git
 
 Package: python-taskw
 Architecture: all
-Depends: taskwarrior, ${misc:Depends}, ${python:Depends}
+Depends: taskwarrior (>= 2.5), ${misc:Depends}, ${python:Depends}
 Description: Python bindings for your taskwarrior database
  This is a Python API for the 'taskwarrior' command line tool.  It uses the
  'task export' and 'task import' commands to manipulate the task database.
 
 Package: python3-taskw
 Architecture: all
-Depends: taskwarrior, ${misc:Depends}, ${python3:Depends}
+Depends: taskwarrior (>= 2.5), ${misc:Depends}, ${python3:Depends}
 Description: Python bindings for your taskwarrior database (Python 3 version)
  This is a Python API for the 'taskwarrior' command line tool.  It uses the
  'task export' and 'task import' commands to manipulate the task database.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/taskw.git



More information about the Python-modules-commits mailing list