remove pve-installer lintian

This commit is contained in:
jiangcuo 2024-11-21 16:53:07 +08:00
parent c64fc01440
commit 66e6610ed2
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
diff --git a/Makefile b/Makefile
index e96a0f2..e397190 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,6 @@ deb: $(DEB)
$(ASSISTANT_DEB): $(DEB)
$(DEB): $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
- lintian $(DEB)
test-$(DEB): $(INSTALLER_SOURCES)
rsync --exclude='test*.img' --exclude='*.deb' --exclude='build' -a * build
@@ -83,7 +82,6 @@ test-$(DEB): $(INSTALLER_SOURCES)
dsc: $(DSC)
$(MAKE) clean
$(MAKE) $(DSC)
- lintian $(DSC)
$(DSC): $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d

View File

@ -3,3 +3,4 @@ patches/001-remove-kvm-check.patch
patches/002-add-some-depends-for-pve-installer.patch
patches/003-add-mmc-check-in-pve-installer.patch
patches/004-add-rockchip-dtb.patch
patches/005-remove-lintain.patch