summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:30:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 21:30:41 +0000
commit8d4fd7bdf10268afed8a998b72c7065b280560a1 (patch)
tree87eb17774906ce58cec372004647554132fdbf45 /debian/control
parentAdding upstream version 3.8.1. (diff)
downloadrspamd-8d4fd7bdf10268afed8a998b72c7065b280560a1.tar.xz
rspamd-8d4fd7bdf10268afed8a998b72c7065b280560a1.zip
Adding debian version 3.8.1-1.debian/3.8.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9069107
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: rspamd
+Section: mail
+Priority: optional
+Maintainer: Sebastien Badia <sbadia@debian.org>
+Uploaders: Mikhail Gusarov <dottedmag@debian.org>,
+ Jerome Lebleu <jerome@maroufle.fr>,
+ Sergio Durigan Junior <sergiodj@debian.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-Git: https://salsa.debian.org/debian/rspamd.git
+Vcs-Browser: https://salsa.debian.org/debian/rspamd
+
+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.