#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := internal/gen-atomicwrapper internal/gen-atomicint

%:
	dh $@ --buildsystem=golang
