golang-github-rogpeppe-go-internal 1.8.0-4 source package in Ubuntu

Changelog

golang-github-rogpeppe-go-internal (1.8.0-4) unstable; urgency=medium

  * Unapply 0001-Allow-TestSimple-cover-to-PASS.patch after tests.
    It turns out that changes to files under _build/src, such as
    _build/src/github.com/rogpeppe/go-internal/testscript/testscript.go
    do end up in the final .deb binary package, causing autopkgtest to fail
    with "Reversed (or previously applied) patch detected!" error.
    Thanks to Paul Gevers for reporting the autopkgtest regression!
    (Closes: #1001734)

 -- Anthony Fok <email address hidden>  Thu, 16 Dec 2021 21:31:18 -0700

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-rogpeppe-go-internal_1.8.0-4.dsc 2.5 KiB 8883f39eeea3a0129acf3be3c255576de5e78e6f13ddc15e0d7033b197095a48
golang-github-rogpeppe-go-internal_1.8.0.orig.tar.gz 126.0 KiB a423c3d03d47d263d7ff1c90ba3911c9025bb7f060b5a46af8229e00962df8ed
golang-github-rogpeppe-go-internal_1.8.0-4.debian.tar.xz 4.2 KiB 6e98e3b4e4d10e0029db57621a153e6d850b7bbc040dfbcddec833a5dc0e2db7

Available diffs

No changes file available.

Binary packages built by this source

go-internal: Selected Go-internal packages factored out from the standard library (binaries)

 The go-internal repository factors out an opinionated selection of
 internal packages and functionality from the Go standard library.
 Currently this consists mostly of packages and testing code from
 within the Go tool implementation.
 .
 Included are the following:
 .
  * dirhash: calculate hashes over directory trees the same way
             that the Go tool does.
  * goproxytest: a GOPROXY implementation designed for test use.
  * gotooltest: Use the Go tool inside test scripts (see testscript below).
  * imports: list of known architectures and OSs, and support for reading
             import statements.
  * modfile: read and write go.mod files while preserving formatting
             and comments.
  * module: module paths and versions.
  * par: do work in parallel.
  * semver: semantic version parsing.
  * testenv: information on the current testing environment.
  * testscript: script-based testing based on txtar files.
  * txtar: simple text-based file archives for testing.
 .
 This package contains the compiled binaries, namely testscript,
 txtar-addmod, txtar-c and txtar-goproxy.

go-internal-dbgsym: No summary available for go-internal-dbgsym in ubuntu kinetic.

No description available for go-internal-dbgsym in ubuntu kinetic.

golang-github-rogpeppe-go-internal-dev: Selected Go-internal packages factored out from the standard library

 The go-internal repository factors out an opinionated selection of
 internal packages and functionality from the Go standard library.
 Currently this consists mostly of packages and testing code from
 within the Go tool implementation.
 .
 Included are the following:
 .
  * dirhash: calculate hashes over directory trees the same way
             that the Go tool does.
  * goproxytest: a GOPROXY implementation designed for test use.
  * gotooltest: Use the Go tool inside test scripts (see testscript below).
  * imports: list of known architectures and OSs, and support for reading
             import statements.
  * modfile: read and write go.mod files while preserving formatting
             and comments.
  * module: module paths and versions.
  * par: do work in parallel.
  * semver: semantic version parsing.
  * testenv: information on the current testing environment.
  * testscript: script-based testing based on txtar files.
  * txtar: simple text-based file archives for testing.
 .
 This package contains the development library files.