#!/usr/bin/make -f

#export DH_VERBOSE=1

export DH_OPTIONS

export DH_GOPKG := github.com/subgraph/fw-daemon

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

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/fw-daemon/usr/share/gocode