File: rules

package info (click to toggle)
golang-github-opencontainers-image-spec 1.1.0~rc4-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 564 kB
  • sloc: makefile: 112
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