#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _examples

%:
	dh $@ --buildsystem=golang

override_dh_auto_test:
	# The vast majority of tests require a running ZooKeeper cluster, and the
	# remaining tests are of little practical value.
