mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-08-09 19:11:37 +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),
|
debconf (>= 1.2.0),
|
||||||
libarchive-tar-perl,
|
libarchive-tar-perl,
|
||||||
libberkeleydb-perl,
|
libberkeleydb-perl,
|
||||||
libc6 (>= 2.3.6-6),
|
|
||||||
libdbi-perl,
|
libdbi-perl,
|
||||||
libencode-detect-perl,
|
libencode-detect-perl,
|
||||||
libgeo-ip-perl,
|
libgeo-ip-perl,
|
||||||
@ -55,6 +54,7 @@ Depends: curl,
|
|||||||
zlib1g (>= 1:1.2.1),
|
zlib1g (>= 1:1.2.1),
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
Recommends: gpg
|
Recommends: gpg
|
||||||
Description: Spam detector and markup engine
|
Description: Spam detector and markup engine
|
||||||
Mail::SpamAssassin is a module to identify spam using several methods
|
Mail::SpamAssassin is a module to identify spam using several methods
|
||||||
|
Loading…
Reference in New Issue
Block a user