]> git.proxmox.com Git - pve-libspice-server.git/commitdiff
check generated debs with lintian
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Oct 2018 09:37:38 +0000 (11:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Oct 2018 09:37:38 +0000 (11:37 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9b262fcb43fb6075f029f810e79bdeadeff78556..54f2bfafae876c96621ba4b3dc6b67c594935937 100644 (file)
--- 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