Daniel, I actually looked at this a little last night. I believe the correct fix, which I uploaded in 2.1.0-4 is to make golang-github-gdamore-tcell.v2-dev both conflict with and replace golang-github-gdamore-tcell-dev. Having said that, this will break golang-github-antonmedv-expr-dev which depends on both golang-github-rivo-tview-dev and golang-github-gdamore-tcell-dev. I think the fix there is to try and switch golang-github-antonmedv-expr to use v2. Does anyone else have any other suggestions?
Stephen > On Feb 2, 2021, at 4:56 AM, Daniel Milde <dan...@milde.cz> wrote: > > 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 >