#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_test:
	# tests require root privs, so we skip them in favor of DEP8