Codebase list golang-github-dnstap-golang-dnstap / 298912e debian / rules
298912e

Tree @298912e (Download .tar.gz)

rules @298912eraw · 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