File: rules

package info (click to toggle)
golang-github-newrelic-go-agent 3.15.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,356 kB
  • sloc: sh: 65; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example examples _integrations v3/integrations tools
export DH_GOLANG_INSTALL_EXTRA := \
	v3/internal/crossagent/cross_agent_tests \
	internal/crossagent/cross_agent_tests

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