#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# don't run tests. they were disabled before and still fail.
	# TODO: investigate!
