#!/usr/bin/make -f

# Exclude unneeded executable
export DH_GOLANG_EXCLUDES := jose-util

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