File: rules

package info (click to toggle)
golang-github-vmware-govmomi 0.24.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,848 kB
  • sloc: sh: 2,285; lisp: 1,560; ruby: 948; xml: 139; makefile: 54
file content (11 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := ovf/fixtures vim25/mo/fixtures vim25/soap/fixtures
export DH_GOLANG_EXCLUDES := examples govc vcsim toolbox/toolbox

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

execute_after_dh_auto_configure:
	# To reduce build-depends, the toolbox package is excluded.
	$(RM) _build/src/github.com/vmware/govmomi/toolbox/*.go