From 6a0d921c82f161badba52ea65c7e3e2c4162d623 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Feb 2017 14:28:15 +0100 Subject: [PATCH 1/1] buildsys: add lintian call --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8cf96b7..9327d5e 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ ${DEB}: echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" > debian/${DOCDIR}/SOURCE fakeroot dpkg-deb --build debian mv debian.deb ${DEB} + lintian ${DEB} rm -rf debian .PHONY: clean -- 2.39.5