#!/usr/bin/make -f # exclude the integration tests for now # # Without this exclude, the build fails with: # # github.com/containers/skopeo/integration # runtime.main_mainĀ·f: function main is undeclared in the main package export DH_GOLANG_EXCLUDES := skopeo/integration export DH_GOLANG_GO_GENERATE := 1 export DH_GOLANG_INSTALL_EXTRA := \ $(wildcard *.json) \ $(wildcard cmd/skopeo/fixtures/*) \ $(wildcard integration/fixtures/*) $(wildcard integration/fixtures/*/*) \ $(EOL) override_dh_auto_install: dh_auto_install -- --no-source override_dh_installman: make docs dh_installman -pskopeo docs/*.1 %: dh $@ --buildsystem=golang --with=golang