#!/usr/bin/make -f

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

override_dh_auto_test:
	# tests need an API token and network access
	# so unfortunately they have to be deactivated

override_dh_auto_install:
	dh_auto_install
	# at the moment we don't need everything
	rm -rf ./debian/golang-github-hashicorp-go-tfe-dev/usr/bin