Codebase list golang-github-weppos-publicsuffix-go / a6ca2af debian / rules
a6ca2af

Tree @a6ca2af (Download .tar.gz)

rules @a6ca2afraw · history · blame

#!/usr/bin/make -f

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

override_dh_install:
	dh_install
	rm -rf debian/golang-github-weppos-publicsuffix-go-dev/usr/bin

override_dh_auto_test:
	cp -r fixtures $(CURDIR)/_build/src/github.com/weppos/publicsuffix-go
	dh_auto_test
	rm -r $(CURDIR)/_build/src/github.com/weppos/publicsuffix-go/fixtures