#!/bin/bash
set -e
cd "$(dirname "$0")/.."
dpkg-buildpackage -us -uc -b
cp ../*.deb builder/build
lintian ../*.deb