Updates to mirror new repository structure.
[james-home-etc.git] / .pbuilder.d / B90lintian
blob56480109800717a382573ed8b86a1277532d7e3f
1 #!/bin/bash
3 set -e
5 BUILDDIR="${BUILDDIR:-/tmp/buildd}"
7 apt-get install -y "${APTGETOPT[@]}" lintian
9 echo "+++ lintian output +++"
11 #su -c "lintian -I --show-overrides --profile debian "$BUILDDIR"/*.changes" - pbuilder
12 # use this version if you don't want lintian to fail the build
13 su -c "lintian -I --show-overrides "$BUILDDIR"/*.changes; :" - pbuilder
15 echo "+++ end of lintian output +++"