#!/usr/bin/make -f

export DH_ALWAYS_EXCLUDE=CVS:.hg

override_dh_usrlocal:

%:
	dh --with environment $@
