aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rw-r--r--debian/mauvealert-server.init6
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 5be6038..fdb7e0a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
Section: ruby
Priority: optional
-Build-Depends: ruby1.8, debhelper, cdbs, rdoc, txt2man, cdbs, libsetup-ruby1.8
-Standards-Version: 3.8.0
+Build-Depends: ruby1.8, debhelper, cdbs, rdoc, txt2man, cdbs
+Standards-Version: 3.9.1
Package: mauvealert-client
Architecture: all
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>