buildsys: lintian: do not ignore "binaries" anymore

not required anymore and if it would be, we'd rather use the
debian/lintian-overrides file

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-10-04 12:07:18 +02:00
parent d9fab55662
commit 86badf17fe

View File

@ -38,8 +38,7 @@ $(DEB):
echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" > dest/debian/SOURCE
echo "REPOID_GENERATED=${REPOID}" > dest/debian/rules.env
cd dest; dpkg-buildpackage -b -us -uc
# supress lintian error: statically-linked-binary usr/bin/pvemailforward
lintian -X binaries ${DEB}
lintian ${DEB}
.PHONY: upload
upload: ${DEB} check