From 791abff5faabfc14568cdcaf0be553eb05947372 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 27 Nov 2012 10:17:00 +0000 Subject: Fixed missing library file in deb. --- debian/changelog | 6 ++++++ debian/mauvealert-server.install | 1 + 2 files changed, 7 insertions(+) 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 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/ -- cgit v1.2.1