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.

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