When building ansible-lint and reverting to a lower version via +really
changelog syntax, the package will FTBFS, making it impossible to revert the
version number during freeze.
This will also break stable release updates with +deb13u1 format.
I have reported the issue with upstream:
https://github.com/ansible/ansible-lint/issues/4700
This can easily be reproduced by running:
dch -r '25.6.1-1+deb13u1' # or similar
sbuild
against the source tree.
The similar build tests will fail similar to here:
https://people.debian.org/~lee/ansible-lint_25.6.1+really25.2.1-1_amd64-2025-07-27T20:49:39Z.build
(note that 1 failed test is unrelated and a genuine failure)
Greets,
Lee