commit c3ea63f: [Minor] Debian: Expand Build-Depends line and sort it

Peter Wu peter at lekensteyn.nl
Sun Jan 19 09:21:09 UTC 2020


Author: Peter Wu
Date: 2020-01-18 20:30:54 +0000
URL: https://github.com/rspamd/rspamd/commit/c3ea63fd127c76fbbfd2be03c2573be8c435a4d4

[Minor] Debian: Expand Build-Depends line and sort it

---
 debian/control | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

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 at 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


More information about the Commits mailing list