File: rules

package info (click to toggle)
golang-github-go-chef-chef 0.0.1%2Bgit20161023.60.deb8c38-1.2~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: sh: 14; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA = test/
export DH_GOLANG_EXCLUDES = examples/
DH_VERBOSE=1

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

override_dh_install:
	dh_install --fail-missing