#!/usr/bin/make -f

export DH_GOLANG_MODULE_MAPPINGS := \
 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2 \
 github.com/davecgh/go-spew/spew:github.com/davecgh/go-spew/spew \
 gopkg.in/yaml.v3:gopkg.in/yaml.v3 \


override_dh_auto_install:
	dh_auto_install -- --no-source

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

execute_before_dh_auto_configure:
	cp debian/ext/gemsocks5.go client/
	cp debian/ext/rr.go display/

