Codebase list golang-github-ulikunitz-xz / fresh-releases/main debian / rules
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

rules @fresh-releases/mainraw · history · blame

#!/usr/bin/make -f

# tests require extra files from the repository
export DH_GOLANG_INSTALL_ALL := 1

override_dh_install:
	find debian -name .gitignore -print -delete
	rm -rfv debian/*/usr/bin
	dh_install

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