Hi Stephen,
I have noticed, that autopkgtest failed for golang-github-rivo-tview
because golang-github-gdamore-tcell.v2 installs gocode into the same
directory as golang-github-gdamore-tcell:
https://qa.debian.org/excuses.php?package=golang-github-rivo-tview
https://ci.debian.net/data/autopkgtest/testing/amd64/g/golang-github-antonmedv-expr/10191213/log.gz
What is the best approach to fix it?
Something like this maybe?
override_dh_auto_install:
dh_auto_install
-mv
$(CURDIR)/debian/golang-github-gdamore-tcell.v2/usr/share/gocode/src/github.com/gdamore/{tcell,tcell.v2}
Thanks
Daniel