diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-19 15:49:20 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-19 15:49:20 +0100 |
commit | 676489eb8566d9e47d6b05aa3c48568cb9ce8d8a (patch) | |
tree | fa1cfadf7b870e5f5fa5ff1e3f14c47715287ba1 /debian/control | |
parent | c9f4e03d25e2eb5729c9285437f404ff51781a50 (diff) |
Fixed dependencies for lenny
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2e777c4..21de6f0 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Pre-Depends: libjs-jquery Depends: mauvealert-common, adduser, ruby1.8 (>= 1.8.7), - libhaml-ruby1.8, + libhaml-ruby1.8 || haml, liblog4r-ruby1.8, libredcloth-ruby1.8, librmail-ruby1.8, @@ -41,7 +41,7 @@ Depends: mauvealert-common, libdm-timestamps-ruby1.8, libdm-types-ruby1.8, libdm-validations-ruby1.8, - thin1.8, + thin1.8 || thin, libxmpp4r-ruby1.8, ${misc:Depends} Suggests: mauvealert-client |