Imported Debian patch 0.0.5-1ubuntu1
[ptask-pkg-ubuntu.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c480b8c
--- /dev/null
@@ -0,0 +1,32 @@
+Source: ptask
+Section: utils
+Priority: extra
+Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
+Build-Depends: asciidoc,
+              autoconf,
+               automake,
+               autopoint,
+              autotools-dev,
+               debhelper (>= 9),
+              cppcheck,
+               gettext,
+               help2man,
+               libgtk-3-dev,
+               libjson0-dev,
+               perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://wpitchoune.net/svnpub/packages/ubuntu/ptask/trunk
+Vcs-Svn: http://wpitchoune.net/svnpub/packages/ubuntu/ptask/trunk
+Homepage: http://wpitchoune.net/ptask
+
+Package: ptask
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, task
+Description: graphical user interface for managing daily tasks
+ built on top of taskwarrior.
+ .
+ It displays a list of all pending or completed tasks which can
+ be sorted by project, priority or description.
+ .
+ A note, a long description, can be associated to each task.
+ .