summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..52018a6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: dropnroll
+Section: misc
+Priority: extra
+Maintainer: Christian Pointner <equinox@spreadspace.org>
+Build-Depends: debhelper (>= 9), dh-systemd
+Standards-Version: 3.9.5
+
+Package: dropnroll
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: inotify based dropbox daemon
+ dropnroll is a small daemon which can be used to watch one or more
+ directories for new files. When a new file is detected an external program will
+ get started.
+ Additional directories can be added to the daemon's watch list using a simple
+ unix socket based command interface.