mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.1 KiB
64 lines
2.1 KiB
Source: rspamd
|
|
Section: mail
|
|
Priority: extra
|
|
Maintainer: Vsevolod Stakhov <vsevolod@rspamd.com>
|
|
Build-Depends: cmake,
|
|
debhelper (>= 10),
|
|
libcurl4-openssl-dev,
|
|
libglib2.0-dev,
|
|
libicu-dev,
|
|
libmagic-dev,
|
|
libpcre2-dev,
|
|
libsodium-dev,
|
|
libsqlite3-dev,
|
|
libssl-dev (>= 1.0),
|
|
libunwind-dev | libunwind-13-dev,
|
|
binutils-dev,
|
|
perl,
|
|
ragel,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://rspamd.com
|
|
Vcs-Git: https://github.com/vstakhov/rspamd.git
|
|
Vcs-Browser: https://github.com/vstakhov/rspamd
|
|
|
|
Package: rspamd
|
|
Architecture: any
|
|
Conflicts: rspamd-asan
|
|
Provides: rspamd
|
|
Section: mail
|
|
Priority: extra
|
|
Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
|
|
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.
|
|
|
|
Package: rspamd-asan
|
|
Architecture: any
|
|
Conflicts: rspamd
|
|
Provides: rspamd
|
|
Section: mail
|
|
Priority: extra
|
|
Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
|
|
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. This package is build with no compile optimisations and with ASAN library
|
|
to be used when there is a need to debug Rspamd.
|
|
|
|
Package: rspamd-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: rspamd (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: debugging symbols for rspamd
|
|
This package contains the debugging symbols for rspamd.
|
|
|
|
Package: rspamd-asan-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: rspamd-asan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
|
|
Description: debugging symbols for rspamd-asan
|
|
This package contains the debugging symbols for rspamd-asan.
|