diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-04 10:51:12 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-04 10:51:12 +0000 |
commit | 569150d0d32ca276b92094915125c1fb52a343f0 (patch) | |
tree | 639c4bfea37e54da0e5da61108d964c3280d19dc | |
parent | 23ed216fb06b5e9734de5da23f9457dc6b3f1757 (diff) |
Updated dependencies on LDAP ruby package.
On Squeeze we must use libldap-ruby1.8, on jessie we use libldap-ruby
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8cb60e9..0113425 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 +Depends: ruby, rubygems, ${misc:Depends}, libldap-ruby | libldap-ruby1.8 Suggests: beanstalkd, mauvealert-client (>= 3.13.1) Description: remote monitoring via distributed agents This package allows you to setup a semi-distributed monitoring |