(no commit message)
[ptask.git] / debian / control
1 Source: gtask
2 Section: utils
3 Priority: extra
4 Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
5 Build-Depends: asciidoc,
6                autoconf,
7                automake,
8                autopoint,
9                debhelper (>= 9),
10                cppcheck,
11                gettext,
12                help2man,
13                libgtk-3-dev,
14                libjson0-dev,
15                perl
16                
17 Standards-Version: 3.9.3
18 Homepage: http://wpitchoune.net/psensor
19
20 Package: gtask
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Description: gtask is a graphical user interface on top of taskwarrior
24  for managing daily tasks.
25  .
26  It displays a list of all pending or completed tasks which can
27  be sorted by project, priority or description.
28  .
29  A note, a long description, can be associated to each task.
30  .