From 453e74012c17be98d4b61c898b1b577a42befb88 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 17 Jun 2025 11:12:08 +0200 Subject: [PATCH] buildsys: use grouped target for dbg .deb Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8b513f..8460ca8 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ sbuild: $(DSC) .PHONY: deb deb: $(DEB) -$(DEB): $(BUILDDIR) +$(DEB) $(DBG_DEB) &: $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -b -us -uc lintian $(DEB)