#!/usr/bin/make -f

# The library is building an executable to test it
# remove it since we are only interested in the library
export DH_GOLANG_EXCLUDES := cmd/ftest

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