#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

override_dh_auto_test:
	# On slower hardware, such as armel and armhf, 10 minutes isn't enough time for the tests to run
	dh_auto_test -- -timeout=30m
