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

TMP     = $(CURDIR)/debian/$(PACKAGE)

export DH_GOLANG_EXCLUDES := github.com/rakyll/statik/example

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