File: rules

package info (click to toggle)
golang-github-opencontainers-image-spec 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, bullseye-updates
  • size: 632 kB
  • sloc: makefile: 119
file content (8 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA = $(shell find ./schema -type f -name '*.json')
export DH_GOLANG_INSTALL_EXTRA += config.md descriptor.md image-index.md image-layout.md manifest.md
export DH_GOLANG_EXCLUDES = .tool

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