#!/usr/bin/make -f

# We do not need example binary
export DH_GOLANG_EXCLUDES := clinotify/*

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