On Thu, 5 Nov 2020 11:19:13 +0100 Christian Ehrhardt
<christian.ehrhardt@canon...
-dh_auto_configure -- \
+DH_COMPAT=10 dh_auto_configure -- \
--disable-silent-rules \
--enable-smartcard
13:15 < jwilk> "configure: error: unrecognized option: `--runstatedir=/run'"
13:15 < jwilk> Well, that was easy. :)
13:16 < jwilk> --runstatedir=/run was added in compat 11.
13:29 < jwilk> --runstatedir was added in autoconf_2.69-9, or upstream in 2.70,
whereas spice's configure script was generated by (non-Debian?)
Autoconf 2.69. So I guess running dh_autoreconf first would fix it.
But as I said in the other email, we should not run autopkgtests here, but
use dh_auto_test or equivalent to use the _built_ binary, not the installed one.
/mjt