aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 11:09:07 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 11:09:07 +0100
commit4ffe222986d4e3565a1f189325d77b33f90dfa15 (patch)
treeb3b2c9e2b783a41c716d7b0ee845844617688fe3
parent53f89ba450850990057883a92f89ed994563e4ab (diff)
Updated debian files to fix lintian errors.
-rw-r--r--debian/control6
-rw-r--r--debian/mauvealert-server.init6
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 680a59e..2b5020d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
Section: ruby
Priority: optional
Build-Depends: ruby1.8, debhelper, cdbs, rdoc, txt2man, cdbs
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
Package: mauvealert-client
Architecture: all
Depends: ruby1.8,
- mauvealert-common (> 3.1.0),
+ 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 (> 3.1.0),
+Depends: mauvealert-common (>= 3.1.0),
adduser,
ruby1.8 (>= 1.8.7),
libhaml-ruby1.8 | haml,
diff --git a/debian/mauvealert-server.init b/debian/mauvealert-server.init
index 55aec2d..1e48c68 100644
--- a/debian/mauvealert-server.init
+++ b/debian/mauvealert-server.init
@@ -1,12 +1,12 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: mauvealert
+# Provides: mauvealert-server
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: Mauve Server
-# Description: Mauve Server
+# Short-Description: Mauve Alert Server
+# Description: Mauve Alert Server
### END INIT INFO
# Author: Patrick J Cherry <patrick@bytemark.co.uk>