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)