#!/usr/bin/make -f

export DH_ALWAYS_EXCLUDE=CVS:.hg

%:
	dh --with environment $@
