]> git.proxmox.com Git - lxcfs.git/commitdiff
enable lintian checking
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 09:57:17 +0000 (11:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 09:57:17 +0000 (11:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ef9ceae2cd761540804547d86bfd58ea46a98128..f584f74692740b60fa1597fae1a24a1c6c807187 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ deb: $(DEBS)
 $(DBGDEB): $(DEB)
 $(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -rfakeroot -b -us -uc
-       #lintian $(DEBS)
+       lintian $(DEBS)
 
 .PHONY: upload
 upload: $(DEBS)