#!/bin/sh -ex

dpkg-source --before-build $(pwd)
patch -p1 < debian/patches/autopkgtest-Use-system-library-to-run-test.patch

rm -f short_coll_data.gz
mkdir -p build
make BITS=default release_test
