buildsys: fix lintian warnings

This fixes 2 warnings shown when checking the source-package with
lintian:
* package-depends-on-hardcoded-libc
* debhelper-but-no-misc-depends

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2020-01-20 19:37:32 +01:00 committed by Thomas Lamprecht
parent 73ae04adce
commit 9ee68437c0

2
debian/control vendored
View File

@ -29,7 +29,6 @@ Depends: curl,
debconf (>= 1.2.0),
libarchive-tar-perl,
libberkeleydb-perl,
libc6 (>= 2.3.6-6),
libdbi-perl,
libencode-detect-perl,
libgeo-ip-perl,
@ -55,6 +54,7 @@ Depends: curl,
zlib1g (>= 1:1.2.1),
${perl:Depends},
${shlibs:Depends},
${misc:Depends},
Recommends: gpg
Description: Spam detector and markup engine
Mail::SpamAssassin is a module to identify spam using several methods