Codebase list golang-github-vbauerster-mpb / 59c8fcb
exclude binaries from the -dev package the binaries from this package have too generic names to be installed into a public namespace Reinhard Tartler 7 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 # We want to build only the library packages themselves, not the accompanying
3 # example binaries.
4 export DH_GOLANG_EXCLUDES := examples/
15
26 %:
37 dh $@ --buildsystem=golang --with=golang
8