From 9ee68437c0557575a576fd81803a7bdd9f646a8b Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 20 Jan 2020 19:37:32 +0100 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 05d47a2..117f0ea 100644 --- a/debian/control +++ b/debian/control @@ -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