1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
Source: rspamd
Section: mail
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Sebastien Badia <sbadia@debian.org>
XSBC-Original-Uploaders: Mikhail Gusarov <dottedmag@debian.org>,
Jerome Lebleu <jerome@maroufle.fr>,
Sergio Durigan Junior <sergiodj@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: cmake,
debhelper-compat (= 13),
libglib2.0-dev,
libhyperscan-dev [amd64 i386],
libicu-dev,
libjemalloc-dev,
libluajit-5.1-dev [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64] | liblua5.1-dev,
libpcre2-dev,
libsodium-dev,
libsqlite3-dev,
libssl-dev,
libunwind-dev [amd64 arm64 armel armhf hppa i386 mips64el mipsel powerpcspe ppc64 ppc64el sh4],
ragel,
zlib1g-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://rspamd.com
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/rspamd
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/rspamd
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/rspamd
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/rspamd.git
Package: rspamd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
ca-certificates,
fonts-glyphicons-halflings,
libjs-bootstrap4,
libjs-jquery,
libjs-requirejs,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: redis-server
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
Lua.
|