#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION

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

override_dh_auto_install:
	# Disable dh_auto_install to install binary in specific location with dh_install
