#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES = internal

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

override_dh_installchangelogs:
	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs CHANGELOG.md
