File: rules

package info (click to toggle)
golang-github-vmware-govmomi 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,844 kB
  • sloc: sh: 2,284; lisp: 1,560; ruby: 948; xml: 139; makefile: 52
file content (8 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := govc/host/esxcli/fixtures vim25/mo/fixtures vim25/soap/fixtures
# Only exclude toolbox/, not guest/toolbox
export DH_GOLANG_EXCLUDES := examples govc vcsim github.com/vmware/govmomi/toolbox ^toolbox/.*$$

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