#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples/ xgbgen

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

override_dh_auto_test:
	xvfb-run dh_auto_test
