diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-19 10:19:20 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-19 10:19:20 +0100 |
commit | 6ced3e595069a830b666e88086ba84941ebd3cf6 (patch) | |
tree | c0d9d60864315796793f882fce3d5b0be2dea77e /debian | |
parent | 326bbd320dbabc075fd7e59e55a715c7d4e9d6b9 (diff) |
See debian/changelog
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} |