#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install #
	#-- --no-source

	# remove test application
	rm -rf debian/golang-github-htcat-htcat-dev/usr/bin

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