]> git.proxmox.com Git - pve-zsync.git/commitdiff
buildsys: add lintian call
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:28:15 +0000 (14:28 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 13 Feb 2017 13:28:15 +0000 (14:28 +0100)
Makefile

index 8cf96b7eec0adbabd89c8f75ef6029b69415033c..9327d5e88b7cb2fa4b2b095fb7e1c87d72077967 100644 (file)
--- 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}
        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
        rm -rf debian
 
 .PHONY: clean