#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	HOME=$(CURDIR)/debian AUTOMATED_TESTING=1 dh_auto_test
