golang 2:1.1.2-2ubuntu1 source package in Ubuntu

Changelog

golang (2:1.1.2-2ubuntu1) saucy; urgency=low

  * Merge from Debian unstable (LP: #1211749, #1202027). Remaining changes:
    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
    - d/control,control.cross: Update Breaks/Replaces for Ubuntu
      versions to ensure smooth upgrades, regenerate control file.

golang (2:1.1.2-2) unstable; urgency=low

  * Build golang-go-linux-* for each architecture (Thanks James Page)
    (Closes: #719611)
  * Update lintian-overrides to override statically-linked-binary and
    unstripped-binary-or-object for all of golang-go

golang (2:1.1.2-1) unstable; urgency=low

  * New upstream release.
  * Relicense debian/ under the Go license to match upstream. All copyright
    holders agreed to this. (Closes: #716907)
  * golang-mode: don’t install for a number of emacs versions which are not
    supported upstream (Thanks Kevin Ryde) (Closes: #702511, #717521)
 -- James Page <email address hidden>   Tue, 20 Aug 2013 14:06:23 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 armel armhf all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
golang_1.1.2.orig.tar.gz 8.6 MiB ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70
golang_1.1.2-2ubuntu1.debian.tar.gz 44.9 KiB 100350d0e96e41679c356a464f64586a45c5711347a2f9a66d0d739d97006502
golang_1.1.2-2ubuntu1.dsc 3.0 KiB eb24f642a6a53526b9b4d1299366fc41737a81853d8b0bb51c7f46a6abf97c6c

View changes file

Binary packages built by this source

golang: No summary available for golang in ubuntu saucy.

No description available for golang in ubuntu saucy.

golang-doc: Go programming language compiler - 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: No summary available for golang-go in ubuntu saucy.

No description available for golang-go in ubuntu saucy.

golang-go-darwin-386: No summary available for golang-go-darwin-386 in ubuntu saucy.

No description available for golang-go-darwin-386 in ubuntu saucy.

golang-go-darwin-amd64: No summary available for golang-go-darwin-amd64 in ubuntu saucy.

No description available for golang-go-darwin-amd64 in ubuntu saucy.

golang-go-freebsd-386: No summary available for golang-go-freebsd-386 in ubuntu saucy.

No description available for golang-go-freebsd-386 in ubuntu saucy.

golang-go-freebsd-amd64: No summary available for golang-go-freebsd-amd64 in ubuntu saucy.

No description available for golang-go-freebsd-amd64 in ubuntu saucy.

golang-go-freebsd-arm: No summary available for golang-go-freebsd-arm in ubuntu saucy.

No description available for golang-go-freebsd-arm in ubuntu saucy.

golang-go-linux-386: Go standard library compiled for linux_386

 This package contains the Go standard library,
 compiled for linux_386.
 .
 This package is just one of a number of packages, each providing the Go
 standard library for a specific operating system/architecture combination.
 Go supports cross-compilation, so each of these packages is useful on any
 architecture.
 .
 The files contained in this package are independent of the host architecture,
 that is, you can use golang-go-linux-amd64 to generate a binary for
 linux_amd64, even though you are executing the Go compiler on linux_386.

golang-go-linux-amd64: Go standard library compiled for linux_amd64

 This package contains the Go standard library,
 compiled for linux_amd64.
 .
 This package is just one of a number of packages, each providing the Go
 standard library for a specific operating system/architecture combination.
 Go supports cross-compilation, so each of these packages is useful on any
 architecture.
 .
 The files contained in this package are independent of the host architecture,
 that is, you can use golang-go-linux-amd64 to generate a binary for
 linux_amd64, even though you are executing the Go compiler on linux_386.

golang-go-linux-arm: No summary available for golang-go-linux-arm in ubuntu saucy.

No description available for golang-go-linux-arm in ubuntu saucy.

golang-go-netbsd-386: No summary available for golang-go-netbsd-386 in ubuntu saucy.

No description available for golang-go-netbsd-386 in ubuntu saucy.

golang-go-netbsd-amd64: Go standard library compiled for netbsd_amd64

 This package contains the Go standard library,
 compiled for netbsd_amd64.
 .
 This package is just one of a number of packages, each providing the Go
 standard library for a specific operating system/architecture combination.
 Go supports cross-compilation, so each of these packages is useful on any
 architecture.
 .
 The files contained in this package are independent of the host architecture,
 that is, you can use golang-go-linux-amd64 to generate a binary for
 linux_amd64, even though you are executing the Go compiler on linux_386.

golang-go-windows-386: No summary available for golang-go-windows-386 in ubuntu saucy.

No description available for golang-go-windows-386 in ubuntu saucy.

golang-go-windows-amd64: No summary available for golang-go-windows-amd64 in ubuntu saucy.

No description available for golang-go-windows-amd64 in ubuntu saucy.

golang-mode: No summary available for golang-mode in ubuntu saucy.

No description available for golang-mode in ubuntu saucy.

golang-src: Go programming language compiler - 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 godoc and goinstall.

kate-syntax-go: Go programming language - Kate highlighting syntax files

 This package provides syntax files for the Kate editor for editing code
 in Google's Go programming language.

vim-syntax-go: No summary available for vim-syntax-go in ubuntu saucy.

No description available for vim-syntax-go in ubuntu saucy.