Codebase list golang-github-dnstap-golang-dnstap / 467b82c debian / rules
467b82c

Tree @467b82c (Download .tar.gz)

rules @467b82craw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_install:
	find . -name dnstap.sock -delete
	dh_auto_install