#!/usr/bin/make -f


export DH_GOLANG_BUILDPKG := github.com/jacobsa/bazilfuse

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

override_dh_auto_test:
	# Tests don’t pass currently.
