[Python-modules-commits] [taskw] 01/01: improvements to debian/control

Edward Betts edward at moszumanska.debian.org
Mon Apr 11 10:25:17 UTC 2016


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

edward pushed a commit to branch master
in repository taskw.

commit 8b8c91dd9fbff5eca631f8c07efadaf57d7be5c2
Author: Edward Betts <edward at 4angle.com>
Date:   Mon Apr 11 11:24:37 2016 +0100

    improvements to debian/control
    
      * Update Standards-Version.
      * Tidy dependencies.
      * Add more detail to the extended description.
---
 debian/changelog | 12 ++++++++++--
 debian/control   | 12 +++++++++---
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32e0019..7f2ee11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-taskw (1.1.0-2) UNRELEASED; urgency=medium
+taskw (1.1.0-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Ondřej Nový ]
   * Fixed homepage (https)
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:35:11 +0200
+  [ Edward Betts ]
+  * Update Standards-Version.
+  * Tidy dependencies.
+  * Add more detail to the extended description.
+
+ -- Edward Betts <edward at 4angle.com>  Mon, 11 Apr 2016 10:53:49 +0100
 
 taskw (1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0e60000..6f91cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all (>= 2.6.6-3),
+               python-all,
                python-dateutil,
                python-nose,
-               python-setuptools (>= 0.6b3),
+               python-setuptools,
                python-six,
                python-tz,
                python3-all,
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
                python3-six,
                python3-tz,
                taskwarrior (>= 2.5)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: https://github.com/ralphbean/taskw
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/taskw.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/taskw.git
@@ -29,6 +29,9 @@ 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.
+ .
+ Using these bindings it is possible to: look at tasks, add new tasks, update
+ tasks, delete tasks, mark tasks as completed and read the taskwarrior config.
 
 Package: python3-taskw
 Architecture: all
@@ -37,4 +40,7 @@ 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.
  .
+ Using these bindings it is possible to: look at tasks, add new tasks, update
+ tasks, delete tasks, mark tasks as completed and read the taskwarrior config.
+ .
  This package contains taskw for Python 3.

-- 
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