]> git.proxmox.com Git - proxmox-firewall.git/commitdiff
buildsys: drop bogus DEB variables
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 20:02:08 +0000 (22:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 20:02:08 +0000 (22:02 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 16279bbbcc631695e9c007abd2a13b781dfc9abf..a93f53a889a5dc1777e94c3c65480c67686f6565 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,10 +34,10 @@ $(BUILDDIR):
 
 .PHONY: deb
 deb: $(DEB)
-$(HELPER_DEB) $(DBG_DEB) $(HELPER_DBG_DEB) $(DOC_DEB): $(DEB)
+$(DBG_DEB): $(DEB)
 $(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
-       lintian $(DEB) $(DOC_DEB) $(HELPER_DEB)
+       lintian $(DEB)
 
 .PHONY: test
 test:
@@ -56,7 +56,7 @@ sbuild: $(DSC)
 
 .PHONY: dinstall
 dinstall: $(DEB)
-       dpkg -i $(DEB) $(DBG_DEB) $(DOC_DEB)
+       dpkg -i $(DEB)
 
 .PHONY: distclean
 distclean: clean