golang-golang-x-tools 1:0.13.0-1 source package in Ubuntu

Changelog

golang-golang-x-tools (1:0.13.0-1) unstable; urgency=medium

  * New upstream version 0.13.0
  * Bump versioned dependencies as per go.mod
  * Refresh Debian patches esp. 0013-Disable-telemetry-in-gopls.patch
    as gopls/internal/telemetry/telemetry_test.go needs to be skipped too
  * Add patches to fix test with GO111MODULE=on or just skip them
    - Set GO111MODULE=on to fix TestExampleSeparateAnalysis
    - internal/refactor/inline: Skip tests failing to import "testdata/{a,b}"
  * Fix Lintian mismatched-override repeated-path-segment internal *
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Invoke dh with --builddirectory=_build

 -- Anthony Fok <email address hidden>  Sun, 15 Oct 2023 00:41:05 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-golang-x-tools_0.13.0-1.dsc 2.8 KiB 08cae32a4ea2c1211a2e7bb0aed434ebd1213d87301eeacae26c578d36ec0c10
golang-golang-x-tools_0.13.0.orig.tar.xz 2.2 MiB abaf7eaf06358d5fb35829c7fde83ab9899ff2f4b108bc5d5a33951be8dcaf3d
golang-golang-x-tools_0.13.0-1.debian.tar.xz 29.3 KiB 5a1e310ad9c89f0b0dc1cb8af8eb84be8eb577b7024834c7133a6a4623244299

No changes file available.

Binary packages built by this source

golang-golang-x-tools: supplementary Go tools

 This subrepository holds the source for various packages and tools that
 support the Go programming language.
 .
 Some of the tools, godoc and vet for example, used to be included in the
 golang-go package. Others, including the Go oracle and the test coverage tool,
 can be fetched with "go get".
 .
 Packages include a type-checker for Go and an implementation of the Static
 Single Assignment form (SSA) representation for Go programs.

golang-golang-x-tools-dbgsym: debug symbols for golang-golang-x-tools
golang-golang-x-tools-dev: supplementary Go tools (development files)

 This subrepository holds the source for various packages and tools that
 support the Go programming language.
 .
 Some of the tools, godoc and vet for example, used to be included in the
 golang-go package. Others, including the Go oracle and the test coverage tool,
 can be fetched with "go get".
 .
 Packages include a type-checker for Go and an implementation of the Static
 Single Assignment form (SSA) representation for Go programs.
 .
 This package contains the development files.

gopls: language server for the Go language

 gopls (pronounced: "go please") is the official language server for the Go
 language.
 .
 The Language Server Protocol allows any text editor to be extended with
 IDE-like features.

gopls-dbgsym: debug symbols for gopls