File: rules

package info (click to toggle)
golang-github-notaryproject-notation-plugin-framework-go 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 296 kB
  • sloc: makefile: 26; sh: 12
file content (11 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# e2e test make assumption about where the example files are located
# TODO: write an autopkgtest that covers this test case
export DH_GOLANG_EXCLUDES := \
	notation-plugin-framework-go/example \
	notation-plugin-framework-go/test/e2e
export DH_GOLANG_GO_GENERATE := 1

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