diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 09:15:17 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 09:15:17 +0000 |
commit | 645acff7507ee49fe2f247448688796cc0b4a8b9 (patch) | |
tree | 8e6b7430c2da74ac2039611c0528694fa2c28c18 /debian | |
parent | 41e11e52c58f7e85498186827f16213eefcfd780 (diff) |
Build-depend upon ruby so the test suite succeeds
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4af8914..2f7c19b 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.9.1 Package: custodian Architecture: all Depends: ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8, ${misc:Depends} +Build-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 |