aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rw-r--r--debian/mauvealert-client.install2
-rw-r--r--debian/mauvealert-client.links3
-rw-r--r--debian/mauvealert-client.manpages2
5 files changed, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 6103336..2cacc71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.1.5) stable; urgency=low
+
+ * mauvesend can now specify an absolute time
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 20 Jul 2011 10:54:17 +0100
+
mauvealert (3.1.4) stable; urgency=low
* Fixed up recording of update_type for alerts
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,
diff --git a/debian/mauvealert-client.install b/debian/mauvealert-client.install
index 9a28237..0744f97 100644
--- a/debian/mauvealert-client.install
+++ b/debian/mauvealert-client.install
@@ -1,3 +1,3 @@
-bin/mauveclient usr/bin/
+bin/mauvesend usr/bin/
lib/mauve/sender.rb usr/lib/ruby/1.8/mauve/
diff --git a/debian/mauvealert-client.links b/debian/mauvealert-client.links
deleted file mode 100644
index 9e89d66..0000000
--- a/debian/mauvealert-client.links
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin/mauveclient usr/bin/mauvesend
-usr/share/man/man1/mauveclient.1.gz usr/share/man/man1/mauvesend.1.gz
-
diff --git a/debian/mauvealert-client.manpages b/debian/mauvealert-client.manpages
index 2ece0fc..d8c2d70 100644
--- a/debian/mauvealert-client.manpages
+++ b/debian/mauvealert-client.manpages
@@ -1 +1 @@
-man/mauveclient.1
+man/mauvesend.1