#!/usr/bin/make -f

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

override_dh_auto_test:
	# disabled (needs work upstream, GH: #173)

execute_after_dh_auto_install:
	# remove unused files
	rm -rf debian/golang-github-maypok86-otter-dev/usr/bin
