#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := \
	enable/mongodb \
	internal/testintegration/mongotest \
	# EOL

%:
	dh $@ --builddirectory=_build
