#!/usr/bin/make -f

# Don't build example program
export DH_GOLANG_EXCLUDES := openid/example

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