#!/usr/bin/make -f

# Don't build the command-line tools, this package is only for library use for
# now
export DH_GOLANG_EXCLUDES=cmd

%:
	dh $@ --builddirectory=debian/.build/upstream --buildsystem=golang