From a2c73c78dd3875c0cf2340bddbb1874c56e70d90 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 28 Jun 2021 19:07:10 +0200 Subject: [PATCH] buildsys: call dpkg-buildpackage directly in deb-all else we may double-build Signed-off-by: Thomas Lamprecht --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e338d1b..825011cd 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,9 @@ deb: build lintian $(DEBS) .PHONY: deb-all -deb-all: $(DOC_DEB) $(DEBS) +deb-all: build + cd build; dpkg-buildpackage -b -us -uc --no-pre-clean + lintian $(DEBS) $(DOC_DEB) .PHONY: dsc dsc: $(DSC)