#!/usr/bin/make -f

#export DH_GOLANG_GO_GENERATE := 1
#export DH_GOLANG_INSTALL_ALL := 1
export DH_GOLANG_INSTALL_EXTRA = $(shell find -type f -name '*.json')
#    config.md \
#    descriptor.md \
#    image-index.md \
#    image-layout.md \
#    manifest.md \

%:
	dh $@ --buildsystem=golang --with=golang
