aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2013-01-25 13:47:45 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2013-01-25 13:47:45 +0000
commit89656dc39f470e3a8b1c204f5932b3b5c439a871 (patch)
treea0dbae606b373ac6c5c883a02b6cb9d48a751b6f
parent0b66149d87e5ba0ed6e96106d1266068f74c26da (diff)
Added generic http lib that had been missed off when packaging.
-rw-r--r--debian/changelog6
-rw-r--r--debian/mauvealert-server.install1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a7bddd..a350821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.15.6-2) stable; urgency=low
+
+ * Added generic_http library that had been missed off.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 25 Jan 2013 13:47:05 +0000
+
mauvealert (3.15.6-1) stable; urgency=low
* Alert fields are now truncated if they're too long.
diff --git a/debian/mauvealert-server.install b/debian/mauvealert-server.install
index 1306f50..ca7eb5f 100644
--- a/debian/mauvealert-server.install
+++ b/debian/mauvealert-server.install
@@ -12,6 +12,7 @@ lib/mauve/configuration_builder.rb usr/lib/ruby/1.8/mauve/
lib/mauve/configuration_builders.rb usr/lib/ruby/1.8/mauve/
lib/mauve/configuration_builders usr/lib/ruby/1.8/mauve/
lib/mauve/datamapper.rb usr/lib/ruby/1.8/mauve/
+lib/mauve/generic_http_api_client.rb usr/lib/ruby/1.8/mauve/
lib/mauve/heartbeat.rb usr/lib/ruby/1.8/mauve/
lib/mauve/history.rb usr/lib/ruby/1.8/mauve/
lib/mauve/http_server.rb usr/lib/ruby/1.8/mauve/