#!/bin/sh

set -e


echo "+++ lintian output +++"

su -c "lintian -I --show-overrides --no-tag-display-limit \
    /tmp/buildd/*.changes; :" - pbuilder

echo "+++ end of lintian output +++"
