Use dh_autoreconf (Closes: #1087562)
authorMatthew Vernon <matthew@debian.org>
Fri, 15 Nov 2024 14:11:56 +0000 (14:11 +0000)
committerMatthew Vernon <matthew@debian.org>
Fri, 15 Nov 2024 14:11:56 +0000 (14:11 +0000)
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

index 0a19a901ce76f9d8a0db45f741789066b726e71e..c82250deb02fb23fb0f4ddc39255301c8eb4db8d 100755 (executable)
@@ -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)