diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8c601a8 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: rhdropbox +Section: misc +Priority: extra +Maintainer: Christian Pointner <equinox@helsinki.at> +Build-Depends: debhelper (>= 5), asciidoc, docbook-xsl, xsltproc +Standards-Version: 3.8.3 +Homepage: http://www.helsinki.at/ + +Package: rhdropbox +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser +Description: Radio Helsinki dropbox daemon using inotify + rhdropbox is a small daemon which can be used to watch one or more + directories for new files. When a new file is detected a external program. + Aditional directories can be added to the damons watch list using a simple + unix socket based command interface. + |