[Python-modules-commits] [taskw] 01/01: tidy description

Edward Betts edward at moszumanska.debian.org
Sat Nov 21 14:46:43 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 4d3a600a79803cd3ea2a3ceb866645cfda105b7b
Author: Edward Betts <edward at 4angle.com>
Date:   Sat Nov 21 14:45:20 2015 +0000

    tidy description
---
 debian/control | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 61e012c..95bb19d 100644
--- a/debian/control
+++ b/debian/control
@@ -26,30 +26,14 @@ Package: python-taskw
 Architecture: all
 Depends: taskwarrior, ${misc:Depends}, ${python:Depends}
 Description: Python bindings for your taskwarrior database
- This is a python API for the `taskwarrior <http://taskwarrior.org>`_ command
- line tool.
- .
- It contains two implementations: ``taskw.TaskWarriorShellout`` and
- ``taskw.TaskWarriorDirect``.  The first implementation is the supported one
- recommended by the upstream taskwarrior core project.  It uses the ``task
- export`` and ``task import`` commands to manipulate the task database.  The
- second implementation opens the task db file itself and directly manipulates
- it.  It exists for backwards compatibility, but should only be used when
- necessary.
+ 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}
 Description: Python bindings for your taskwarrior database (Python 3 version)
- This is a python API for the `taskwarrior <http://taskwarrior.org>`_ command
- line tool.
- .
- It contains two implementations: ``taskw.TaskWarriorShellout`` and
- ``taskw.TaskWarriorDirect``.  The first implementation is the supported one
- recommended by the upstream taskwarrior core project.  It uses the ``task
- export`` and ``task import`` commands to manipulate the task database.  The
- second implementation opens the task db file itself and directly manipulates
- it.  It exists for backwards compatibility, but should only be used when
- necessary.
+ 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.
  .
  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