#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := datamodel/schemas/ test_specs/ bundler/test/ index/rolodex_test_data/ index/nested_subdir_test_data/
export DH_GOLANG_EXCLUDES := github.com/pb33f/libopenapi/tests github.com/pb33f/libopenapi/index/cache_test

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