#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	V=1 dh $@ --parallel --with autoreconf
