Codebase list golang-github-dnstap-golang-dnstap / 258a04c6-1475-4d6c-8f4a-244ff06f1e74/main debian / rules
258a04c6-1475-4d6c-8f4a-244ff06f1e74/main

Tree @258a04c6-1475-4d6c-8f4a-244ff06f1e74/main (Download .tar.gz)

rules @258a04c6-1475-4d6c-8f4a-244ff06f1e74/mainraw · history · blame

#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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

override_dh_auto_clean:
	rm -f debian/dnstap.1
	dh_auto_clean

override_dh_installman:
	help2man --version-string="$(DEB_VERSION_UPSTREAM)" \
	         -n 'dnstap tool' \
		 --no-discard-stderr \
	         -h '-h' \
	         -N \
	        $(CURDIR)/debian/tmp/usr/bin/dnstap  > debian/dnstap.1
	dh_installman

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