~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to debian/control.cross

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-07-15 11:14:07 UTC
  • mfrom: (29.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130715111407-863ronh06i20yidl
Tags: 2:1.1.1-3ubuntu1
016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Package: golang-go-@OS@-@ARCH@
 
3
Architecture: all
 
4
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 
5
Breaks: golang-go (<< 2:1.1-2)
 
6
Replaces: golang-go (<< 2:1.1-2)
 
7
Description: Go standard library compiled for @OS@_@ARCH@
 
8
 This package contains the Go standard library,
 
9
 compiled for @OS@_@ARCH@.
 
10
 .
 
11
 This package is just one of a number of packages, each providing the Go
 
12
 standard library for a specific operating system/architecture combination.
 
13
 Go supports cross-compilation, so each of these packages is useful on any
 
14
 architecture.
 
15
 .
 
16
 The files contained in this package are independent of the host architecture,
 
17
 that is, you can use golang-go-linux-amd64 to generate a binary for
 
18
 linux_amd64, even though you are executing the Go compiler on linux_386.