diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 20:30:54 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 20:30:54 +0000 |
commit | c3ea63fd127c76fbbfd2be03c2573be8c435a4d4 (patch) | |
tree | c411ca4443a6540a4af14099667415485a65bc40 | |
parent | c4d6e5abe482938a63c3c24b1ff1a16be6be1e16 (diff) | |
download | rspamd-c3ea63fd127c76fbbfd2be03c2573be8c435a4d4.tar.gz rspamd-c3ea63fd127c76fbbfd2be03c2573be8c435a4d4.zip |
[Minor] Debian: Expand Build-Depends line and sort it
-rw-r--r-- | debian/control | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2a41da8c0..42591a0f3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,25 @@ 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], libsodium-dev +Build-Depends: cmake, + debhelper (>= 9), + dh-systemd, + dpkg-dev (>= 1.16.1~), + libcurl4-openssl-dev, + libglib2.0-dev (>= 2.16.0), + libhyperscan-dev [amd64 i386], + libicu-dev, + libjemalloc-dev, + libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, + libmagic-dev, + libpcre3-dev, + libsodium-dev, + libsqlite3-dev, + libssl-dev (>= 1.0), + libunwind-dev | libunwind8-dev, + perl, + ragel, + zlib1g-dev Standards-Version: 3.9.6 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git |