diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-26 11:09:29 +0000 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-01-12 16:07:06 +0200 |
commit | ef970ae9a227dfbd6db26eaed3ebb0a0201daf66 (patch) | |
tree | bab7adf58ba1652126bc521533ae3b3537f908b1 | |
parent | 13c07d99837ca27fb6a12918ba73e84cbb5cfa7c (diff) | |
download | rspamd-ef970ae9a227dfbd6db26eaed3ebb0a0201daf66.tar.gz rspamd-ef970ae9a227dfbd6db26eaed3ebb0a0201daf66.zip |
[Minor] Add missing debian dependency
Issue: #1286
Reported by: @LynxChaus
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8949d6ea6..46671b471 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/vstakhov/rspamd Package: rspamd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, ca-certificates Description: Rapid spam filtering system Rspamd is a rapid, modular and lightweight spam filter. It is designed to work with big amount of mail and can be easily extended with own filters written in |