diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-20 10:55:49 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-20 10:55:49 +0100 |
commit | 53f89ba450850990057883a92f89ed994563e4ab (patch) | |
tree | 5de33c2f277f21273d608d09a28509c7d7158e7d /debian/control | |
parent | 594e38561993a5f8ba1d36bd854792f1d78b66ad (diff) |
Updated mauvesend to allow an absolute time to be specified.
--HG--
rename : bin/mauveclient => bin/mauvesend
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f101e87..680a59e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.8.0 Package: mauvealert-client Architecture: all Depends: ruby1.8, - mauvealert-common, + mauvealert-common (> 3.1.0), ${misc:Depends} Description: Mauve network alert system -- client Mauve is a network alert system for system and network administrators. You @@ -22,7 +22,7 @@ Description: Mauve network alert system -- client Package: mauvealert-server Architecture: all Pre-Depends: libjs-jquery -Depends: mauvealert-common, +Depends: mauvealert-common (> 3.1.0), adduser, ruby1.8 (>= 1.8.7), libhaml-ruby1.8 | haml, |