Package: src:apparmor Version: 2.13.3-5 Severity: serious Tags: sid bullseye debian/rules has lots of set -e && <stuff> starting the set in one shell and <stuff> in the next one. Please fix all those. Seen while trying to build for multiple python3 versions. set -e; <stuff> is the right thing to do.