#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd commands continuityfs
export DH_GOLANG_GO_GENERATE := 1

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

override_dh_auto_test:
	dh_auto_test -- -short
