]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
buildsys: fix lintian warnings
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 20 Jan 2020 18:37:32 +0000 (19:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jan 2020 08:25:22 +0000 (09:25 +0100)
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>
debian/control

index 05d47a2a62a9a7eec52f683d899d16542db551be..117f0ea149922eea142986e12c8d2b63c72e951e 100644 (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