#!/usr/bin/make -f

# See what exactly is going on on buildds.
export DH_VERBOSE=1

%:
	dh $@ --with autoreconf --parallel
