#!/usr/bin/make -f

# Do not build the generator script for locales
export DH_GOLANG_EXCLUDES := gen/*

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