#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	cp t/test.ini test.ini.bak
	dh_auto_test
	mv test.ini.bak t/test.ini
