From add0fadde4a481b07c7394cdd3718ed79f126385 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 29 Dec 2021 13:07:46 +0000 Subject: [PATCH] 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 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2