Source: wine-development
Version: 3.17.-1

In today's debian/changelog entry, you wrote
"Use debhelper compat 9 to avoid always rerunning autoreconf"

Could you explain what you're trying to do?

autoreconf is still run because you are using --with autoreconf in debian/rules

If you really don't want to run autoreconf, I suggest bumping your
debhelper/compat back to 11 (because of its other improvements) and
changing your dh line to

dh $@ --without autoreconf

https://manpages.debian.org/unstable/debhelper/#Supported_compatibility_levels

Thanks,
Jeremy Bicha

Reply via email to