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

export DH_GOLANG_EXCLUDES := plugin

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