remove pve-installer lintian
This commit is contained in:
parent
c64fc01440
commit
66e6610ed2
20
packages/pve-installer/patches/005-remove-lintain.patch
Normal file
20
packages/pve-installer/patches/005-remove-lintain.patch
Normal 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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user