#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := proto/fixtures/*
# This file is needed for tests
export DH_GOLANG_INSTALL_EXTRA := proto/fixtures/protobuf

%:
	dh $@ --builddirectory=_build
