#!/usr/bin/make -f

# Exclude examples
export DH_GOLANG_EXCLUDES := examples

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

# According to upstream the tests are very simple and pragmatic.
# They do not simulate any player itself but requiring a player to run on the machine,
# therefore the tests are disabled.
override_dh_auto_test:
