diff options
| author | Steve Kemp <steve@steve.org.uk> | 2016-04-05 13:25:33 +0300 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2016-04-05 13:25:33 +0300 | 
| commit | e33455736a49b95876b77552df9c130ad687c5fd (patch) | |
| tree | 98fc9bad7fe4df56749583d5609a0dd4527acae3 /debian/control | |
| parent | 98b369cc80491aa1c5c8b2e935cf947c4b96944f (diff) | |
Bumped dependencies.
This allows the package to install upon Jessie.  The redis
library wasn't added, so that we can still install upon Wheezy.
To install upon Wheezy:
        gem install curb
        gem install redis
Once our status-hosts are all Wheezy we can defult to ruby-redis.
This closes #12713
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index e9e3f9b..69b593f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://projects.bytemark.co.uk/projects/custodian/  Package: custodian  Architecture: all -Depends: ruby, rubygems, ${misc:Depends}, libldap-ruby | libldap-ruby1.8 +Depends: ruby, rubygems, ${misc:Depends}, ruby-ldap | libldap-ruby | libldap-ruby1.8  Suggests: mauvealert-client (>= 3.13.1)  Description: remote monitoring via distributed agents   This package allows you to setup a semi-distributed monitoring | 
