#!/usr/bin/make -f

# Do not build demos or install into source path - their
# source code is installed via debian/examples
export DH_GOLANG_EXCLUDES := _demos demos

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

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGESv3.md
