From: Ian Jackson Date: Wed, 29 Dec 2021 13:07:46 +0000 (+0000) Subject: debian: Build everything from actual sources X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=add0fadde4a481b07c7394cdd3718ed79f126385;p=userv.git debian: Build everything from actual sources We rely on the upstream "maintainer-clean" target to purge the upstream-shipped output files. Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 6295735..5d784d0 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,11 @@ makebuildargs := OPTIMISE= \ %: dh "$@" +override_dh_auto_configure: + $(MAKE) -f Makefile.in maintainer-clean + ./autogen.sh + dh_auto_configure + override_dh_auto_build: $(MAKE) $(makebuildargs) all docs