diff options
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 | 
