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 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. binutils-dev,
  17. perl,
  18. ragel,
  19. zlib1g-dev
  20. Standards-Version: 3.9.6
  21. Homepage: https://rspamd.com
  22. Vcs-Git: https://github.com/vstakhov/rspamd.git
  23. Vcs-Browser: https://github.com/vstakhov/rspamd
  24. Package: rspamd
  25. Architecture: any
  26. Conflicts: rspamd-asan
  27. Provides: rspamd
  28. Section: mail
  29. Priority: extra
  30. Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
  31. Description: Rapid spam filtering system
  32. Rspamd is a rapid, modular and lightweight spam filter. It is designed to work
  33. with big amount of mail and can be easily extended with own filters written in
  34. Lua.
  35. Package: rspamd-asan
  36. Architecture: any
  37. Conflicts: rspamd
  38. Provides: rspamd
  39. Section: mail
  40. Priority: extra
  41. Depends: adduser, lsb-base, ca-certificates, ${misc:Depends}, ${shlibs:Depends}
  42. Description: Rapid spam filtering system
  43. Rspamd is a rapid, modular and lightweight spam filter. It is designed to work
  44. with big amount of mail and can be easily extended with own filters written in
  45. Lua. This package is build with no compile optimisations and with ASAN library
  46. to be used when there is a need to debug Rspamd.
  47. Package: rspamd-dbg
  48. Architecture: any
  49. Section: debug
  50. Priority: extra
  51. Depends: rspamd (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
  52. Description: debugging symbols for rspamd
  53. This package contains the debugging symbols for rspamd.
  54. Package: rspamd-asan-dbg
  55. Architecture: any
  56. Section: debug
  57. Priority: extra
  58. Depends: rspamd-asan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
  59. Description: debugging symbols for rspamd-asan
  60. This package contains the debugging symbols for rspamd-asan.