diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 10:17:00 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 10:17:00 +0000 |
commit | 791abff5faabfc14568cdcaf0be553eb05947372 (patch) | |
tree | 7c49218984b1916dacfabc30f675446389bafc7b | |
parent | 238f38bcf8e8e71d7c9f12f5eaa8eadc1e599201 (diff) |
Fixed missing library file in deb.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/mauvealert-server.install | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 80ea131..d637c99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.11.6-2) stable; urgency=low + + * Fixed missing library file. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 27 Nov 2012 10:16:35 +0000 + mauvealert (3.11.6-1) stable; urgency=low * Added dm-validations monkey-patch to automatically save validation diff --git a/debian/mauvealert-server.install b/debian/mauvealert-server.install index a3ff4b5..1306f50 100644 --- a/debian/mauvealert-server.install +++ b/debian/mauvealert-server.install @@ -1,6 +1,7 @@ bin/mauveserver usr/sbin/ bin/mauveconsole usr/sbin/ lib/dm-sqlite-adapter-with-mutex.rb usr/lib/ruby/1.8/ +lib/dm-validations-with-empty-errors-hack.rb usr/lib/ruby/1.8/ lib/mauve/alert.rb usr/lib/ruby/1.8/mauve/ lib/mauve/alert_changed.rb usr/lib/ruby/1.8/mauve/ lib/mauve/alert_group.rb usr/lib/ruby/1.8/mauve/ |