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 | 7dd0a3872ed56b66b6ae29217c0e15e75459f8f6 (patch) | |
tree | 8e6b7430c2da74ac2039611c0528694fa2c28c18 /debian | |
parent | ae362f23c46ea395b63749a4a3bb95fefba22d1e (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 |