golang 2:1.5~rc1-0ubuntu1 source package in Ubuntu

Changelog

golang (2:1.5~rc1-0ubuntu1) wily; urgency=low

  [ Tianon Gravi ]
  * Upload to experimental.
  * Update to 1.5rc1 upstream release.
    - Compiler and runtime written entirely in Go.
    - Concurrent garbage collector.
    - GOMAXPROCS=runtime.NumCPU() by default.
    - "internal" packages for all, not just core.
    - Experimental "vendoring" support.
    - Cross-compilation no longer requires a complete rebuild of the stdlib in
      GOROOT, and thus the golang-go-GOHOST-GOARCH packages are removed.
  * Sync debian/copyright with the Ubuntu delta. (thanks doko!)

  [ Michael Hudson-Doyle ]
  * Update GO{HOST,}ARCH computation
  * Breaks/Replaces: older golang-golang-x-tools
  * Two patches:
    - correct ELF header on armhf
    - disable duffzero on ppc64el

  [ Mathieu Trudel-Lapierre ]
  * debian/copyright: updated copyright file to fix some lintian warnings.
  * debian/source/lintian-overrides: silence some extra source-missing false
    positives.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 18 Aug 2015 16:05:37 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle on 2015-08-18
Sponsored by:
Mathieu Trudel-Lapierre
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang_1.5~rc1.orig.tar.gz 11.5 MiB c00c4762f70658ce1a7a06322ac1909d38fafca3b016ab20e62fffedcf09f9e4
golang_1.5~rc1-0ubuntu1.debian.tar.xz 37.6 KiB 62a5038ea2ad17ab7d8d8fde912db172a074987321d2cfde1de22556a3d0ec9d
golang_1.5~rc1-0ubuntu1.dsc 2.3 KiB a89089c0ede05ab8f81187bb4b46983db21df6e18fe2e3823a87a4076283021e

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 package provides the documentation for the Go programming
 language. You can view the formatted documentation by 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 package provides an assembler, compiler, linker, and compiled libraries
 for the Go programming language.
 .
 Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
 pre-compile the standard library inside GOROOT for cross-compilation to work.

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 package provides the Go programming language source files needed for
 cross-compilation.