diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-03 11:44:27 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-03 11:44:27 +0100 |
commit | f6ddf58350e015ee49d35d3ac4a74cce53e62102 (patch) | |
tree | c5b5570774e9603260b6d6e8dd5e1eecc47babc0 /debian | |
parent | 741f5b574378fcfc3862f5a09ed3dc1fa5cf99cf (diff) |
Relaxed mauve client ruby requirement
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a350821..8c54fce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.6-3) stable; urgency=medium + + * Relaxed mauvealert-client ruby dependency. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 03 Jul 2014 11:43:00 +0100 + mauvealert (3.15.6-2) stable; urgency=low * Added generic_http library that had been missed off. diff --git a/debian/control b/debian/control index 6bc7afa..a79aecc 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.1 Package: mauvealert-client Architecture: all -Depends: ruby1.8, +Depends: ruby | ruby-interpreter, mauvealert-common (>= 3.8.0), ${misc:Depends} Recommends: liblocale-ruby1.8 | ruby-locale @@ -56,7 +56,7 @@ Description: Mauve network alert system -- server Package: mauvealert-common Architecture: all -Depends: ruby1.8, ruby-protobuf, ${misc:Depends} +Depends: ruby | ruby-interpreter, ruby-protobuf, ${misc:Depends} Suggests: mauvealert-client Description: Mauve network alert system -- common libraries Mauve is a network alert system for system and network administrators. You can |