opensnitch/debian/rules
2021-09-15 11:56:13 +02:00

16 lines
419 B
Makefile
Executable file

#!/usr/bin/make -f
export DH_VERBOSE = 1
export DESTDIR = "debian/opensnitch"
override_dh_dwz:
dwz -- $(DESTDIR)/usr/bin/daemon || true
mv $(DESTDIR)/usr/bin/daemon $(DESTDIR)/usr/bin/opensnitchd
override_dh_installsystemd:
dh_installsystemd --restart-after-upgrade
execute_before_dh_auto_build:
cd proto; make ../daemon/ui/protocol/ui.pb.go
%:
dh $@ --builddirectory=_build --buildsystem=golang --with=golang