]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
d/control: add recommends for new feature dependencies
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 13 Mar 2023 19:53:52 +0000 (20:53 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 13 Mar 2023 20:13:45 +0000 (21:13 +0100)
* libdbd-sqlite3-perl is needed for the caching of DecodeShortUrl
* libmail-dmarc-perl [0]  is used for DMARC and Authentication-Results
  handling
* libnet-idn2-perl [1] is needed if utf-8 domain-names are to be
  analyzed (or added to block/welcomelists)

the latter 2 packages are not in bullseye yet, but build and install
cleanly

[0]
https://salsa.debian.org/noahm/libmail-dmarc-perl
[1]
https://salsa.debian.org/perl-team/modules/packages/libnet-libidn2-perl

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/control

index bfebcb53dae662591d457420f76c7905d2566b60..9901834acf7542753bc384d31262dbe2d84d9760 100644 (file)
@@ -58,7 +58,10 @@ Depends: curl,
          ${perl:Depends},
          ${shlibs:Depends},
          ${misc:Depends},
-Recommends: gpg
+Recommends: gpg,
+         libdbd-sqlite3-perl,
+         libmail-dmarc-perl,
+         libnet-libidn2-perl,
 Description: Spam detector and markup engine
  Mail::SpamAssassin is a module to identify spam using several methods
  including text analysis, internet-based realtime blacklists, statistical