#!/usr/bin/make -f

# there's Go code in hack/ but nothing we should test/ship
export DH_GOLANG_EXCLUDES := github.com/docker/containerd/hack

override_dh_auto_install:
	dh_auto_install
	
	# the source of containerd is not necessary to ship (yet?)
	rm -r debian/containerd/usr/share/gocode

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