From 7d1ff1cd87510871db3c9390846ccb65caf46337 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:38:34 +0000 Subject: Added Debian-packaging files. --- debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.1