#!/usr/bin/make -f

DH_GOLANG_INSTALL_EXTRA := types

%:
	dh ${@} --builddirectory=debian/_build --buildsystem=golang
