#!/usr/bin/make -f

# Install theme toml files.
export DH_GOLANG_INSTALL_EXTRA := $(shell echo internal/theme/themes/*.toml)

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

override_dh_auto_install:
	dh_auto_install -- --no-source
