From 86badf17fe1dc6bb17a06e8c4342ab5bd90fa2b2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 4 Oct 2021 12:07:18 +0200 Subject: [PATCH] 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 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2be2972f..b52be6d2 100644 --- a/Makefile +++ b/Makefile @@ -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