#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install
	# Removing example binaries (still useful tests)
	$(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin