#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA = jsonpath-compliance-test-suite/cts.json

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

override_dh_auto_configure:
	cp debian/missing-sources/jsonpath-compliance-test-suite/cts.json \
		jsonpath-compliance-test-suite/cts.json
	dh_auto_configure
