diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 18:49:56 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 18:49:56 +0000 |
commit | 1cff88838774f1376468eb39e27c0f6e7d8ae5b3 (patch) | |
tree | 9524a1df4ba4c7e09bdb1f0b7f3728c51240ca25 /debian | |
parent | e5367bedeb56a86605de3132ec8070a6e95e3660 (diff) | |
download | rspamd-1cff88838774f1376468eb39e27c0f6e7d8ae5b3.tar.gz rspamd-1cff88838774f1376468eb39e27c0f6e7d8ae5b3.zip |
[Minor] Debian: add missing sodium dependency
Required since rspamd 2.0. Even Debian Jessie ships 1.0.0, so add it
unconditionally.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 87c411fa1..2a41da8c0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: extra Maintainer: Mikhail Gusarov <dottedmag@debian.org> -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libglib2.0-dev (>= 2.16.0), libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libsqlite3-dev, libmagic-dev, perl, dh-systemd, libjemalloc-dev, ragel, libicu-dev, zlib1g-dev, libunwind-dev | libunwind8-dev, libhyperscan-dev [amd64 i386] +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libglib2.0-dev (>= 2.16.0), libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libsqlite3-dev, libmagic-dev, perl, dh-systemd, libjemalloc-dev, ragel, libicu-dev, zlib1g-dev, libunwind-dev | libunwind8-dev, libhyperscan-dev [amd64 i386], libsodium-dev Standards-Version: 3.9.6 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git |