#!/usr/bin/make -f export DH_GOLANG_EXCLUDES := examples %: dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install # No current need for produced binaries (tracer) $(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin # Tests require java and other excessively heavy components override_dh_auto_test: