summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: b9fc7ae712ef94f3e13b3e726246edee73116cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# no CLI, k8s, require additional dependencies
export DH_GOLANG_EXCLUDES := go-containerregistry/cmd pkg/authn/k8schain pkg/authn/kubernetes

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

override_dh_auto_test:
# FIXME: investigate build failures in the google package
	-dh_auto_test