diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-30 09:51:39 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-30 09:51:39 +0000 |
commit | 9f38a81c527a214ea8b574a830934ab3d8937f80 (patch) | |
tree | a5982788c74063941b565077ca1e6e8ad7e61223 /debian | |
parent | efaf0553bbd8a238288b0c341f2643892a614f05 (diff) |
Updated Debian standards version.
This mostly meant removing the prefix from the description(s) of the
packages.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 16e4346..8cb60e9 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,16 @@ Source: custodian Section: net Priority: extra Maintainer: Steve Kemp <steve@bytemark.co.uk> -Build-Depends: debhelper (>= 7.0.0), cdbs, txt2man, ruby1.8 -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 7.0.0), cdbs, txt2man, ruby +Standards-Version: 3.9.6 Homepage: https://projects.bytemark.co.uk/projects/custodian/ Package: custodian Architecture: all -Depends: ruby1.8, rubygems, ${misc:Depends}, libldap-ruby1.8 +Depends: ruby, rubygems, ${misc:Depends}, libldap-ruby Suggests: beanstalkd, mauvealert-client (>= 3.13.1) -Description: This package provides remote monitoring +Description: remote monitoring via distributed agents This package allows you to setup a semi-distributed monitoring solution, using the Bytemark MauveAlert server for notification. . @@ -21,7 +21,7 @@ Description: This package provides remote monitoring Package: custodian-bytemark Architecture: all -Depends: custodian, ruby1.8, ${misc:Depends} +Depends: custodian, ruby, ${misc:Depends} Description: Bytemark-specific add-ons for Custodian. This package contains some monitoring for the monitor, to ensure that custodian isn't failing to parse configuration |