Source: bsd-finger Version: 0.17-15.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 bsd-finger's ./configure 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) before the conditional fixes this issue. Helmut