mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-08-05 19:52:26 +00:00
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:
parent
73ae04adce
commit
9ee68437c0
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user