Am Sun, Aug 16, 2026 at 02:05:33PM +0200 schrieb Niels Thykier: > > Unless you have other proposals for heuristics or counter arguments, then I > expect to close it with that change. That is, it will be less likely to > occur but someone can still construct a way to deliberately typo it with the > intent to disable it, which `debputy` mistakes for an unintentional typo.
I'm fine with this solution $ git show commit 835f5af9a4e8736cbad6ac6ea2ae4f942baa8030 (HEAD -> master) Author: Andreas Tille <[email protected]> Date: Mon Aug 24 15:15:19 2026 +0200 Make more clear that the override is intentionally disabled to make sure `debputy lint --auto-fix` will not edit this diff --git a/debian/rules b/debian/rules index bc4367c..83c0597 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_build: # make pymodule dh_auto_build -__override_dh_auto_install: +disabled_override_dh_auto_install: dh_auto_install # mkdir -p $(CURDIR)/debian/usr/lib/python3.8/dist-packages # cp build/horizon.so $(CURDIR)/debian/usr/lib/python3.8/dist-packages/ which I've just pushed. If you are aware of the issue and consider it a feature rather than a bug feel free to close this bug. Thanks a lot for working on debputy Andreas. -- https://fam-tille.de

