From 6b73d1405b3d04cabab2188589762de5ce8db64d Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Fri, 15 Nov 2024 14:11:56 +0000 Subject: [PATCH] Use dh_autoreconf (Closes: #1087562) Note that using dh_autoreconf becomes the default from debhelper compatibility level 10 onwards, so this should be reverted once we've made that move. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0a19a90..c82250d 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ deb_maint_conf_args +=--disable-jit endif %: - dh $@ --parallel + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(deb_maint_conf_args) -- 2.30.2