#!/usr/bin/make -f

# Use test data in post-build tests, but don't ship them with the source
# package as the test data is too large (and all binary)
export DH_GOLANG_EXCLUDES := testdata

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