From: Matthew Vernon Date: Fri, 15 Nov 2024 14:11:56 +0000 (+0000) Subject: Use dh_autoreconf (Closes: #1087562) X-Git-Tag: archive/raspbian/10.45-1+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b73d1405b3d04cabab2188589762de5ce8db64d;p=pcre2.git 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. --- 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)