forked from Proxmox-Port/Proxmox-Port
21 lines
595 B
Diff
21 lines
595 B
Diff
diff --git a/Makefile b/Makefile
|
|
index a17f6c5..bb317d4 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -81,7 +81,6 @@ $(ASSISTANT_DEB): $(DEB)
|
|
$(FIRST_BOOT_DEB): $(DEB)
|
|
$(DEB): $(BUILDDIR)
|
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
|
|
- lintian $(ALL_DEBS)
|
|
|
|
test-$(DEB): $(INSTALLER_SOURCES)
|
|
rsync --exclude='test*.img' --exclude='*.deb' --exclude='build' -a * build
|
|
@@ -91,7 +90,6 @@ test-$(DEB): $(INSTALLER_SOURCES)
|
|
dsc: $(DSC)
|
|
$(MAKE) clean
|
|
$(MAKE) $(DSC)
|
|
- lintian $(DSC)
|
|
|
|
$(DSC): $(BUILDDIR)
|
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|