#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := test

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

override_dh_auto_test:
	# We don't have the required dependencies in Debian.