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
+5
-0
debian/rules
less
more
0
0
#!/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/
1
5
2
6
%:
3
7
dh $@ --buildsystem=golang --with=golang
8