#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := config/gitleaks.toml
export DH_GOLANG_EXCLUDES := cmd/generate

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

override_dh_auto_install:
	dh_auto_install -- --no-source
