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

# message/pipeline needs golang.org/x/tools
export DH_GOLANG_EXCLUDES := collate/tools/colcmp cmd/gotext message/pipeline

%:
	dh $@ --builddirectory=_build --buildsystem=golang
