golang-github-fsouza-go-dockerclient 0.0+git20160622-3ubuntu0.1 source package in Ubuntu

Changelog

golang-github-fsouza-go-dockerclient (0.0+git20160622-3ubuntu0.1) bionic; urgency=medium

  * Fix FTBFS due to new docker version (LP: #1923108).
    - d/control: b-d on golang-1.13-go instead of golang-any. The docker
      library does not support Go 1.10 which is the default in Bionic.
    - d/rules: build with Go 1.13.
      + Add Go 1.13 to the $PATH.
      + Set $GOCACHE with a temporary directory.
      + Set $GO111MODULE to off.
    - d/patches: backport some upstream patches to support Go 1.13.
      + update-network.go.patch
      + network-test-fix-test.patch

 -- Lucas Kanashiro <email address hidden>  Thu, 08 Apr 2021 15:34:41 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fsouza-go-dockerclient_0.0+git20160622.orig.tar.xz 94.1 KiB 87af01d8c713a03149f23ab40e05b346cf37a2075fbf0c2f6725b9981e9093a3
golang-github-fsouza-go-dockerclient_0.0+git20160622-3ubuntu0.1.debian.tar.xz 15.0 KiB 446e1c3539e452de5cdcd4af86d339848d0e33cc4ed3f2ec68f885a4f633e055
golang-github-fsouza-go-dockerclient_0.0+git20160622-3ubuntu0.1.dsc 2.9 KiB 9d87be9977f148b091f824a1b58ed9ede9de548e5ed77239634250a56418848d

View changes file

Binary packages built by this source

golang-github-fsouza-go-dockerclient-dev: Docker client library in Go

 Client for the Docker remote API with support for the extensions in the
 Swarm API.
 .
 This package also provides support for docker's network API, which is a
 simple passthrough to the libnetwork remote API. Note that docker's
 network API is only available in docker 1.8 and above, and only enabled in
 docker if DOCKER_EXPERIMENTAL is defined during the docker build process.