Followup-For: Bug #1035361 Control: found -1 0.9.2 While the package works fine after a fresh install in sid or bookworm, the issue is still present after an upgrade from bullseye to bookworm. File permissions of conffiles do net seem to get updated on upgrades, this needs to be fixed manually in the postinst, e.g. (untested)
if dpkg --compare-versions "$2" lt-nl "0.9.3~" then chmod -v -x /etc/logrotate.d/sauce fi Andreas