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 | |
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')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 144d0b1..77d0282 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (0.27) stable; urgency=low + + * Updated dependencies such that we can install upon Jessi. + + -- Steve Kemp <steve@bytemark.co.uk> Tue, 5 April 2016 13:33:31 +0000 + custodian (0.26) stable; urgency=low * Minor tweaks to the configuration-file parser: 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 |