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 +++"