summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:38:34 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:38:34 +0000
commit7d1ff1cd87510871db3c9390846ccb65caf46337 (patch)
treed993ef6f5dae1ccf21b6bed59fea87fafe0055cb /debian/control
parent0942ebeb349a1d84b1a3b4cc257d04b583cd7084 (diff)
Added Debian-packaging files.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4af8914
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: custodian
+Section: net
+Priority: extra
+Maintainer: Steve Kemp <steve@bytemark.co.uk>
+Build-Depends: debhelper (>= 7.0.0), cdbs
+Standards-Version: 3.9.1
+
+Package: custodian
+Architecture: all
+Depends: ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8, ${misc:Depends}
+Suggests: beanstalkd
+Description: This package provides remote monitoring
+ This package allows you to setup a semi-distributed monitoring
+ solution, using the Bytemark MauveAlert server for notication.
+ .
+ The monitoring will consist of a system to enqueue tests in
+ a beanstalkd server, and an agent that will fetch tests from
+ that same queue and execute them.