#!/bin/sh
set -e

cp -r debian/tests/packages/* "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

dpkg-buildpackage -tc --no-sign

