#!/usr/bin/make -f

%:
	dh $@ --parallel --with=autotools_dev,scour

override_dh_clean:
	dh_clean -Xautom4te.cache
