[pmg-devel] [PATCH spamassassin 6/9] buildsys: fix lintian warnings

Stoiko Ivanov s.ivanov at proxmox.com
Mon Jan 20 19:37:32 CET 2020


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 at proxmox.com>
---
 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
-- 
2.20.1




More information about the pmg-devel mailing list