summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..44f5e9a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: desktop-cronish
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: gnome
+Priority: optional
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
+
+Package: desktop-cronish
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
+ python-cliapp, python-ttystatus
+Description: run periodic jobs in a desktop session
+ desktop-cronish is a small utility that runs jobs periodically.
+ It differs from cron in that you're expected to run it from within
+ a desktop login session, by opening a terminal and running it from
+ the command line. This allows it to have access to things like
+ SSH agents, which cronjobs do not have.
+Homepage: http://liw.fi/desktop-cronish/