diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 20:34:07 +0000 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-01-18 20:34:07 +0000 |
commit | 6713a3e9342115f26971dbea28a190af63612647 (patch) | |
tree | d2e90038e679ff64b838bf354788327671a7df79 /debian/control | |
parent | c3ea63fd127c76fbbfd2be03c2573be8c435a4d4 (diff) | |
download | rspamd-6713a3e9342115f26971dbea28a190af63612647.tar.gz rspamd-6713a3e9342115f26971dbea28a190af63612647.zip |
[Minor] Debian: use non-deprecated libpcre2-dev package
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911935
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 42591a0f3..02971e344 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: cmake, libjemalloc-dev, libluajit-5.1-dev [amd64 armel armhf i386 kfreebsd-i386 mips mipsel powerpc powerpcspe] | liblua5.1-dev, libmagic-dev, - libpcre3-dev, + libpcre2-dev, libsodium-dev, libsqlite3-dev, libssl-dev (>= 1.0), |