#!/bin/bash

set -e

echo ""
echo ""
echo "+++ lintian output +++"

su -c "lintian -EvIL +pedantic --show-overrides  /tmp/buildd/*.changes; :" - pbuilder

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

echo
echo
