#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_test:
	xvfb-run dh_auto_test
