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.

control 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Source: rspamd
  2. Section: mail
  3. Priority: extra
  4. Maintainer: Vsevolod Stakhov <vsevolod@rspamd.com>
  5. Build-Depends: cmake,
  6. debhelper (>= 10),
  7. libcurl4-openssl-dev,
  8. libglib2.0-dev,
  9. libicu-dev,
  10. libmagic-dev,
  11. libpcre2-dev,
  12. libsodium-dev,
  13. libsqlite3-dev,
  14. libssl-dev (>= 1.0),
  15. libunwind-dev | libunwind-13-dev,
  16. perl,
  17. ragel,
  18. zlib1g-dev
  19. Standards-Version: 3.9.6
  20. Homepage: https://rspamd.com
  21. Vcs-Git: https://github.com/vstakhov/rspamd.git
  22. Vcs-Browser: https://github.com/vstakhov/rspamd
  23. Package: rspamd
  24. Architecture: any
  25. Conflicts: rspamd-asan
  26. Provides: rspamd
  27. Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
  28. Description: Rapid spam filtering system
  29. Rspamd is a rapid, modular and lightweight spam filter. It is designed to work
  30. with big amount of mail and can be easily extended with own filters written in
  31. Lua.
  32. Package: rspamd-asan
  33. Architecture: any
  34. Conflicts: rspamd
  35. Provides: rspamd
  36. Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
  37. Description: Rapid spam filtering system
  38. Rspamd is a rapid, modular and lightweight spam filter. It is designed to work
  39. with big amount of mail and can be easily extended with own filters written in
  40. Lua. This package is build with no compile optimisations and with ASAN library
  41. to be used when there is a need to debug Rspamd.
  42. Package: rspamd-dbg
  43. Architecture: any
  44. Section: debug
  45. Depends: rspamd (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
  46. Description: debugging symbols for rspamd
  47. This package contains the debugging symbols for rspamd.
  48. Package: rspamd-dbg-asan
  49. Architecture: any
  50. Section: debug
  51. Depends: rspamd-asan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
  52. Description: debugging symbols for rspamd-asan
  53. This package contains the debugging symbols for rspamd-asan.