diff --git a/packages/pve-installer/patches/005-remove-lintain.patch b/packages/pve-installer/patches/005-remove-lintain.patch new file mode 100644 index 0000000..dbe4a97 --- /dev/null +++ b/packages/pve-installer/patches/005-remove-lintain.patch @@ -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 diff --git a/packages/pve-installer/series b/packages/pve-installer/series index e062549..133d26b 100644 --- a/packages/pve-installer/series +++ b/packages/pve-installer/series @@ -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