Control: tag -1 wontfix

On Tue, Jul 12, 2022 at 1:03 AM Laurent Cheylus <f...@free.fr> wrote:
>
> Package: gopls
> Version: 1:0.1.11+ds-2
> Severity: normal
>
> Dear Maintainer,
>
> I'm using gopls package version 0.1.11+ds-2 as Go Language Server for my Go
> projects. This package is built from sources of golang-golang-x-tools package.
>
> The gopls version for Debian package (here 0.1.11) came from these sources but
> on the original GitHub repository, these both packages have different 
> versions :
>
> - one for golang/tools (used as version for golang-golang-x-tools Debian 
> package)
> - one for gopls
>
> See https://github.com/golang/tools/tags => currently, gopls version is 0.9.0.
>
> $ go list -m golang.org/x/tools@latest
> golang.org/x/tools v0.1.11
>
> $ go list -m golang.org/x/tools/gopls@latest
> golang.org/x/tools/gopls v0.9.0
>
> I built a local gopls version from Git sources for tag 0.9.0 :
>
> $ ./gopls version
> golang.org/x/tools/gopls v0.9.0
>     golang.org/x/tools/gopls@(devel)
>
>
> Please, could you modify the Debian build scripts to use the correct version 
> for
> gopls package ? => build of package gopls_0.9.0

Unfortunately, no.

We build gopls and other tools from one source, so they have the same version.
Upstream's multi tag system on one source repository model really
doesn't fit for the Debian package.

-- 
Shengjing Zhu

Reply via email to