File: rules

package info (click to toggle)
golang-gopkg-olivere-elastic.v5 5.0.83-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,848 kB
  • sloc: makefile: 18; sh: 2
file content (10 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := recipes elastic.v5/cluster-test
export DH_GOLANG_GO_GENERATE := 1

override_dh_auto_install:
	dh_auto_install -- --no-binaries

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