[pve-devel] [PATCH installer] buildsys: run lintian on auto-install-assistant package

Christoph Heiss c.heiss at proxmox.com
Fri Aug 16 18:05:24 CEST 2024


Seems like this was simply forgotten when that package was introduced.
Rectify that.

Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e96a0f2..d80fc63 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ deb: $(DEB)
 $(ASSISTANT_DEB): $(DEB)
 $(DEB): $(BUILDDIR)
 	cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
-	lintian $(DEB)
+	lintian $(DEB) $(ASSISTANT_DEB)
 
 test-$(DEB): $(INSTALLER_SOURCES)
 	rsync --exclude='test*.img' --exclude='*.deb' --exclude='build' -a * build
-- 
2.45.2





More information about the pve-devel mailing list