[pve-devel] [PATCH proxmox-ve 1/3] buildsys: run lintian for all packages

Stoiko Ivanov s.ivanov at proxmox.com
Thu Jan 2 12:54:42 CET 2020


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8ca3f52..94c3377 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${PVE_DEB}: debian
 	cp -ar debian/* ${BUILD_DIR}/debian/
 	echo "git clone git://git.proxmox.com/git/proxmox-ve.git\\ngit checkout ${GITVERSION}" > ${BUILD_DIR}/debian/SOURCE
 	cd ${BUILD_DIR}; dpkg-buildpackage -b -uc -us
-	lintian ${PVE_DEB}
+	lintian ${DEBS}
 
 .PHONY: upload
 upload: ${DEBS}
-- 
2.20.1





More information about the pve-devel mailing list