summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 734ae2c592dc948ca56b0628fcf1942a75e19e09 (plain)
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd
export DH_GOLANG_INSTALL_EXTRA := schema/schema.json schema/defs.json

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