tags 1103320 patch thanks Hi. I think this should fix the problem, but please double-check. Thanks.
commit 1e691aa03e5705de8ed334eceed252d805de2c13 (HEAD -> wip-20251014) Author: Santiago Vila <[email protected]> Date: Tue Oct 14 22:50:00 2025 +0200 d/rules: Use rm -f instead of plain rm. Closes: #1103320. diff --git a/debian/rules b/debian/rules index 2195a05..13d62ff 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ export PYBUILD_TEST_ARGS= -v override_dh_fixperms: dh_fixperms - rm $(CURDIR)/debian/python3-aiohomekit/usr/lib/python3/dist-packages/tests-pairing.json + rm -f $(CURDIR)/debian/python3-aiohomekit/usr/lib/python3/dist-packages/tests-pairing.json

