diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f65d084..80f6124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mauvealert (3.0.1) stable; urgency=low + + * Fixed up logging for the web interface + * Added better catch for validation errors + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 19 Apr 2011 10:18:44 +0100 + mauvealert (3.0.0) stable; urgency=low * New version. diff --git a/debian/control b/debian/control index cd2bcd8..10aa05e 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,15 @@ Depends: mauvealert-common, libsinatra-ruby1.8, libuuidtools-ruby1.8, libwebrick-ruby1.8, + libdm-core-ruby1.8, + libdm-do-adapter-ruby1.8, + libdm-migrations-ruby1.8, + libdm-serializer-ruby1.8, libdm-sqlite-adapter-ruby1.8, + libdo-sqlite3-ruby1.8, + libdm-timestamps-ruby1.8, + libdm-types-ruby1.8, + libdm-validations-ruby1.8, thin1.8, libxmpp4r-ruby1.8, ${misc:Depends} |