From 387153c096916a1d99ef695f055e1eb2d4e4e4cf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 15 Oct 2018 11:37:38 +0200 Subject: [PATCH] check generated debs with lintian Signed-off-by: Thomas Lamprecht --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9b262fc..54f2bfa 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ $(DEB): ${PKGSRC} cp -a debian ${PKGDIR}/debian echo "git clone git://git.proxmox.com/git/pve-libspice-server.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE cd ${PKGDIR}; dpkg-buildpackage -b -us -uc + lintian ${DEBS} .PHONY: download -- 2.39.2