#!/usr/bin/make -f

export DH_GOPKG := github.com/bmizerany/assert
export DH_GOLANG_EXCLUDES := github.com/bmizerany/assert/example

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