diff options
-rw-r--r-- | bin/mauvesend | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/bin/mauvesend b/bin/mauvesend index 353ab0c..e96a8f1 100644 --- a/bin/mauvesend +++ b/bin/mauvesend @@ -1,4 +1,4 @@ -#! /usr/bin/ruby1.8 +#! /usr/bin/ruby # NAME # mauvesend - send alert(s) to a given alert station # diff --git a/debian/changelog b/debian/changelog index 21f945a..68061fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.14-2) stable; urgency=low + + * Relaxed mauvealert-client ruby dependency. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 03 Jul 2014 11:43:00 +0100 + mauvealert (3.15.14-1) stable; urgency=low * Web interface now defaults to wall-clock hours. 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 |