#!/usr/bin/make -f

# Prevent the building of /usr/bin/colorable
export DH_GOLANG_EXCLUDES := cmd

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