diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-07-31 13:10:18 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-07-31 13:10:18 +0100 |
commit | eee62dc8edaec35aebc89d5ce430ab53eae5a5ae (patch) | |
tree | a238088a7d58a5b44f99743e9cff30fe4c5e39a2 /debian/control | |
parent | da925080e7eddd86f5987f6ef95c7b0e333bb2b5 (diff) |
Added in shlibs substitution variable
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3686b43..528abff 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.1 Package: mauvealert-server Architecture: any Pre-Depends: libjs-jquery -Depends: adduser, lsb-base, ruby | ruby-interpreter, ruby-bundler, libpq5, ${misc:Depends} +Depends: adduser, lsb-base, ruby | ruby-interpreter, ruby-bundler, ${shlibs:Depends}, ${misc:Depends} Suggests: mauvealert-client Recommends: ruby-locale | liblocale-ruby1.8 Description: Mauve network alert system -- server |