Codebase list golang-github-ulikunitz-xz / 8df618b
Avoid shipping too-genericly named binaries and git ignore files Reinhard Tartler 5 years ago
2 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 usr/bin/gxz
1 usr/bin/xb
22 # tests require extra files from the repository
33 export DH_GOLANG_INSTALL_ALL := 1
44
5 override_dh_install:
6 find debian -name .gitignore -print -delete
7 rm -rfv debian/*/usr/bin
8 dh_install
9
510 %:
611 dh $@ --buildsystem=golang --with=golang