#!/bin/sh
# run lintian pedantic after the build

apt-get install -y --force-yes lintian
lintian -Ii --pedantic /tmp/buildd/*.changes
