#!/usr/bin/make -f

# Exclude the "smd" command line tool; this package only ships the library.
# Using DH_GOLANG_EXCLUDES avoids building the binary at all, which is
# preferred over dropping it at install time with --no-binaries.
export DH_GOLANG_EXCLUDES := smd

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