#!/usr/bin/make -f
DH_VERBOSE=1

export DH_GOLANG_EXCLUDES = whitelist/example
export DH_GOLANG_INSTALL_ALL := 1

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

override_dh_auto_test:
	-dh_auto_test

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
