#!/usr/bin/make -f

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

# Disable problematic tests; succeed locally but fail in buildd environment
override_dh_auto_test: