#!/usr/bin/make -f
export DH_ALWAYS_EXCLUDE=COPYING:Changelog.gz

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-verbose-compile
