File: rules

package info (click to toggle)
golang-github-containerd-nri 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,980 kB
  • sloc: makefile: 117; sh: 45
file content (10 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples plugins

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

# TODO: Find out and document why pkg/adaptation tests panic with nil-pointer dereference
override_dh_auto_test:
	DH_GOLANG_EXCLUDES="$(DH_GOLANG_EXCLUDES) nri/pkg/adaptation" dh_auto_test --buildsystem=golang