#!/usr/bin/make -f

# remove after https://github.com/containerd/nydus-snapshotter/issues/727
# is merged in a new upstream release. This is to work around a test failure
# on s390x
export DH_GOLANG_EXCLUDES := nydus-snapshotter/pkg/store

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