#!/bin/sh
set -Cefu

cp -a $(dirname $0) "$AUTOPKGTEST_TMP/pkg"
cd "$AUTOPKGTEST_TMP/pkg"

DEB_BUILD_OPTIONS=noopt debian/rules binary

echo 'OK'
