diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 16:13:11 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-27 16:13:11 +0000 |
commit | 6316bb34cb962354bb96f053f8ee92aabf4ef3e1 (patch) | |
tree | 065cc6dd375764b457d70d08aab5a585c4bde174 /debian | |
parent | fc996e815fe411cd79c553b6ec0b989f88d74806 (diff) |
Added dependency on dm-transactions
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e781cc2..6bc7afa 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,8 @@ Depends: mauvealert-common (>= 3.8.0), ruby-dm-sqlite-adapter (>= 1.2.0) | libdm-sqlite-adapter-ruby1.8 (>= 1.2.0), ruby-dm-types (>= 1.2.0) | libdm-types-ruby1.8 (>= 1.2.0), ruby-dm-aggregates (>= 1.2.0) | libdm-aggregates-ruby1.8 (>= 1.2.0), - ruby-dm-validations (>= 1.2.0) | libdm-validations-ruby1.8 (>= 1.2.0) , + ruby-dm-validations (>= 1.2.0) | libdm-validations-ruby1.8 (>= 1.2.0), + ruby-dm-transactions (>= 1.2.0) | libdm-transactions-ruby1.8 (>= 1.2.0), ruby-haml (>= 3.0.15) | libhaml-ruby1.8 (>= 3.0.15) | haml (>= 3.0.15), ruby-sanitize (>= 2.0.3) | libsanitize-ruby1.8 (>= 2.0.3), ruby-sinatra (>= 1.0) | libsinatra-ruby1.8 (>= 1.0), |