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

[build-log-warnings]
files = ../*.build
command = grep -nHi warn {files}

[build-log-w]
files = ../*.build
command = grep -nHw W {files}

[build-log-errors]
files = ../*.build
command = grep -nHi error {files}

[build-log-e]
files = ../*.build
command = grep -nHw E {files}

[bls-standalone]
apt = bls-standalone
files = ../*.build
command = bls-standalone check --blhc=NO {files}

[build-log-static-library]
files = ../*.build
command = grep -nH '\.a\>' {files}
comment =
 Please avoid the use of static libraries where possible
 https://wiki.debian.org/StaticLinking

# vim:ft=dosini
