Skip to content
Snippets Groups Projects
rules 252 B
Newer Older
#!/usr/bin/make -f

export DH_GOPKG = git.autistici.org/id/keystore
export DH_GOLANG_EXCLUDES = vendor


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

override_dh_install:
	rm -fr $(CURDIR)/debian/keystored/usr/share/gocode
	dh_install