Hi. I forgot to check the latest version indeed!
Updated patch attached (which simplifies debian/rules even more, as both tmp and spch are already handled by distclean). [ If you have not tagged and uploaded yet, maybe it would still be possible to include this in version -1 ] Thanks.
commit c6f32c63b898a3fe5a19500726a534e1efa1b1f7 Author: Santiago Vila <[email protected]> Date: Mon Nov 24 15:10:00 2025 +0100 d/rules: Fix clean target. Closes: #1048227. diff --git a/debian/rules b/debian/rules index 97dff0d..3dcb4d3 100755 --- a/debian/rules +++ b/debian/rules @@ -37,8 +37,7 @@ export CXX = g++ dh $@ override_dh_auto_clean: - ./build clean || true - rm -rf tmp/ + ./build distclean dh_auto_clean override_dh_auto_build-arch:

