#!/usr/bin/make -f

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

# Tests don't seem to match source code changes
override_dh_auto_test: