#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example

%:
	dh $@ --builddirectory=debian/_build

override_dh_auto_test:
	xvfb-run -a dh_auto_test
