aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-03-12 12:50:40 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-03-12 12:50:40 +0000
commit643f1af04bf8234c9558fe3ad628756eb785c581 (patch)
tree93b84c7d9293a6ff6e7a02f180fe43ba62662208 /debian
parent4eaf7eb995dd0ef18d9ca4cce34037a3d873980b (diff)
downloadrspamd-643f1af04bf8234c9558fe3ad628756eb785c581.tar.gz
rspamd-643f1af04bf8234c9558fe3ad628756eb785c581.zip
[Minor] Add some missing fields
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9925b7021..a6dd41eab 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,8 @@ 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
@@ -35,6 +37,8 @@ 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
@@ -45,13 +49,15 @@ Description: Rapid spam filtering system
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-dbg-asan
+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.