#!/bin/sh
debian/rules build \
&& make test0 \
&& make test \
&& sh scripts/debchange \
&& fakeroot debian/rules DESTDIR=. binary
