File: rules

package info (click to toggle)
golang-github-confluentinc-bincover 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 42; sh: 33
file content (11 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples
export DH_GOLANG_INSTALL_EXTRA := test_bins

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

# test_bins is useful for the test suite, but let's not ship /usr/bin/test_bins
execute_after_dh_install:
	rm -rf debian/golang-github-confluentinc-bincover-dev/usr/bin