diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-12-16 23:25:20 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-12-16 23:25:20 (GMT) |
commit | 7f2e105491287fa1d628038ad3d1f2679b8a1803 (patch) | |
tree | 9249ecde52e2f8e93a351c279ac8f62246b52e77 /debian/control | |
parent | 7d2f7bbeeb420ddd8adf3be465d7aaf7f49deb83 (diff) |
added debian packaging directory
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. + |