#!/usr/bin/make -f

# Ensure all the JSON test files are available
export DH_GOLANG_INSTALL_EXTRA := $(shell find . -name *.json)

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