]> git.proxmox.com Git - kronosnet.git/commitdiff
buildsys: run lintian on produced packages
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 19:16:17 +0000 (21:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 19:18:23 +0000 (21:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index e7e328619c775323966606678af8c5826730f493..c3916425b1d2cbdae3382a8ed5b9ac8d5857345a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ deb: ${DEBS}
 ${OTHER_DEBS}: ${MAIN_DEB}
 ${MAIN_DEB}: ${BUILDDIR}
        cd ${BUILDDIR}; dpkg-buildpackage -b -us -uc
+       lintian ${MAIN_DEB} ${OTHER_DEBS}
 
 dsc: ${DSC}
 ${DSC}: ${BUILDDIR}