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 | 9765fa435f320e92e274ba0f7d7b45672ff5cd72 (patch) | |
tree | 30059649f85afc9ddb117a08e7e89e2b5f843550 /debian | |
parent | 5aee8dfb98e5be36805539bc14944b9b1a400f11 (diff) |
Updated dependencies on LDAP ruby package.
On Squeeze we must use libldap-ruby1.8, on jessie we use libldap-ruby
Diffstat (limited to 'debian')
-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 |