#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
# export DH_VERBOSE = 1

# Upstream ships main packages (kube-log-runner and the logs/example tools).
# This is a source-only library (-dev) package, so exclude them from the build
# to avoid shipping compiled binaries in /usr/bin.
export DH_GOLANG_EXCLUDES := logs/kube-log-runner logs/example

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