1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: task
Section: utils
Priority: optional
Maintainer: Debian Tasktools Packaging Team <pkg-tasktools-discuss@lists.alioth.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>, Sebastien Badia <sbadia@debian.org>
Build-Depends: cmake,
debhelper (>= 9),
dh-buildinfo,
git,
libgnutls28-dev,
libjson-perl,
libreadline-dev,
python,
uuid-dev
Standards-Version: 3.9.8
Homepage: https://taskwarrior.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/task.git
Vcs-Git: https://anonscm.debian.org/git/pkg-tasktools/task.git
Package: taskwarrior
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: task (<< 2.2.0-4~)
Replaces: task (<< 2.2.0-4~)
Description: feature-rich console based todo list manager
Taskwarrior is a sophisticated command line todo list and task
manager with a lot of features:
.
* colorful tabbed output
* feature rich search function
* tags
* statistics
* Getting Things Done compatible
* interactive editing of items in text editor
Package: task
Section: oldlibs
Priority: extra
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: taskwarrior (= ${binary:Version}), ${misc:Depends}
Description: feature-rich console based todo list manager - transitional package
Taskwarrior is a sophisticated command line todo list and task
manager with a lot of features:
.
This is a transitional dummy package. It can be safely removed.
|