[blhc]
apt = blhc
match = ../*.build
command = blhc --all {files}

[build-log-warnings]
match = ../*.build
command = grep -H -i warn {files} ; grep -H -w W {files}

[build-log-errors]
match = ../*.build
command = grep -H -i error {files} ; grep -H -w E {files}

[build-log-scanner]
flags = todo
comment = Waiting on bls to be split and packaged: http://qa.debian.org/bls/

# vim:ft=dosini
