golang 2:1.5.2-1ubuntu1 source package in Ubuntu

Changelog

golang (2:1.5.2-1ubuntu1) xenial; urgency=low

  * Merge from Debian unstable (LP: #1524165).  Remaining changes:
    - d/patches/armhf-elf-header.patch (see upstream bug
      https://github.com/golang/go/issues/7094)
    - debian/copyright: updated copyright file to fix some lintian warnings
      (see Debian bug #807304)
    - Build empty golang-go and golang-src packages on architectures without
      golang support and depend on gccgo instead (see Debian bug #780355)
    - Do not distribute un-built from source race detector runtime files and
      recommend golang-race-detector-runtime instead (see Debian bug #807455)
    - debian/source/lintian-overrides: silence some extra source-missing false
      positives.
    - Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
      smooth upgrades.
  * Dropped changes, included upstream:
    - d/patches/qemu-compat.patch
    - d/patches/support-new-relocations.patch
  * Add a patch to avoid build failures:
    - d/patches/skip-userns-tests-when-chrooted.patch (see Debian bug #807303)
  * Do not include race enabled packages in golang-go deb (see Debian bug
    #807294)

golang (2:1.5.2-1) unstable; urgency=medium

  * Update to 1.5.2 upstream release (Closes: #807136)

golang (2:1.5.1-4) unstable; urgency=medium

  * Add Conflicts to force newer golang-go.tools too (Closes: #803559)

golang (2:1.5.1-3) unstable; urgency=medium

  * Remove architecture qualification on golang-go Build-Depend now that
    golang-go is available for more architectures.

golang (2:1.5.1-2) unstable; urgency=medium

  * Add Conflicts to force newer golang-golang-x-tools (Closes: #802945).

golang (2:1.5.1-1) unstable; urgency=medium

  * Upload to unstable.
  * Update to 1.5.1 upstream release (see notes from experimental uploads for
    what's changed).
  * Skip tests on architectures where the tests fail.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 07 Jan 2016 10:11:50 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang_1.5.2.orig.tar.gz 11.5 MiB f3ddd624c00461641ce3d3a8d8e3c622392384ca7699e901b370a4eac5987a74
golang_1.5.2-1ubuntu1.debian.tar.xz 38.6 KiB a30d2ff0edf30b7cef060c08c178c368e4d9f76a4b4f2546119b78b7d5b04bd2
golang_1.5.2-1ubuntu1.dsc 2.2 KiB 1fc68c970532c3c06497f349a43c3b9d88a51a4233ba3658be3c4a446329e1bc

View changes file

Binary packages built by this source

golang: Go programming language compiler - metapackage

 The Go programming language is an open source project to make
 programmers more productive. Go is expressive, concise, clean, and
 efficient. Its concurrency mechanisms make it easy to write programs
 that get the most out of multicore and networked machines, while its
 novel type system enables flexible and modular program construction.
 Go compiles quickly to machine code yet has the convenience of
 garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a
 dynamically typed, interpreted language.
 .
 This package is a metapackage that, when installed, guarantees
 that (most of) a full Go development environment is installed.

golang-doc: Go programming language - documentation

 The Go programming language is an open source project to make
 programmers more productive. Go is expressive, concise, clean, and
 efficient. Its concurrency mechanisms make it easy to write programs
 that get the most out of multicore and networked machines, while its
 novel type system enables flexible and modular program construction.
 Go compiles quickly to machine code yet has the convenience of
 garbage collection and the power of run-time reflection. It's a fast,
 statically typed, compiled language that feels like a dynamically
 typed, interpreted language.
 .
 This is a dependency package that depends on the default Go documentation. You
 can view the formatted documentation by installing the golang-golang-x-tools
 package, running "godoc --http=:6060", and then visiting
 http://localhost:6060/doc/install.html.

golang-go: Go programming language compiler, linker, compiled stdlib

 The Go programming language is an open source project to make programmers more
 productive. Go is expressive, concise, clean, and efficient. Its concurrency
 mechanisms make it easy to write programs that get the most out of multicore
 and networked machines, while its novel type system enables flexible and
 modular program construction. Go compiles quickly to machine code yet has the
 convenience of garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a dynamically typed,
 interpreted language.
 .
 This is a dependency package that depends on the default Go toolchain and
 compiled standard library. It currently depends on gccgo on architectures that
 do not have a native toolchain ("gc compiler") port but this will change soon
 -- packages that want to build with whichever of gc or gccgo is available
 should depend on golang-any.

golang-src: Go programming language - source files

 The Go programming language is an open source project to make programmers more
 productive. Go is expressive, concise, clean, and efficient. Its concurrency
 mechanisms make it easy to write programs that get the most out of multicore
 and networked machines, while its novel type system enables flexible and
 modular program construction. Go compiles quickly to machine code yet has the
 convenience of garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a dynamically typed,
 interpreted language.
 .
 This is a dependency package that depends on the default Go standard library
 source code, which is needed for the go build process.