Source: xscreensaver Version: 5.36-1 Severity: serious Justification: policy 4.6 User: helm...@debian.org Usertags: rebootstrap
The debian policy section 4.6 requires that when build commands fail, the build should abort. In case xscreensaver's intltool-update aborts, the error is ignored and the build attempts to continue potentially resulting in a broken package. Adding "set -e; " (as suggested by the policy) or chaining the commands with "&&" fixes this issue. Helmut