diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-26 11:09:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-26 11:09:29 +0000 |
commit | 50a4c6d172146d1795d5b8b7ac10a0921c883576 (patch) | |
tree | 627ef4f7edfef8072ab5d0bd5c226a9b2d2b66b9 /debian/control | |
parent | 1cc0dcf1a5fd77df6851fb5985d1e8a5e78d05fc (diff) | |
download | rspamd-50a4c6d172146d1795d5b8b7ac10a0921c883576.tar.gz rspamd-50a4c6d172146d1795d5b8b7ac10a0921c883576.zip |
[Minor] Add missing debian dependency
Issue: #1286
Reported by: @LynxChaus
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 3ec544a3a..d13bb8aa0 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 |