|
| 1 | +# |
| 2 | +# WARNING: "debian/control" is generated via "debian/rules gencontrol" (sourced from "debian/control.in") |
| 3 | +# |
| 4 | + |
| 5 | +Source: golang-1.14 |
| 6 | +Maintainer: Go Compiler Team < [email protected]> |
| 7 | +Uploaders: Michael Stapelberg < [email protected]>, |
| 8 | + Paul Tagliamonte < [email protected]>, |
| 9 | + |
| 10 | + Michael Hudson-Doyle < [email protected]>, |
| 11 | + Dr. Tobias Quathamer < [email protected]> |
| 12 | +Section: devel |
| 13 | +Priority: optional |
| 14 | +Build-Depends: debhelper-compat (= 12), |
| 15 | + golang-any (>= 2:1.4~) | golang-go (>= 2:1.4~) | gccgo (>= 4:5~), |
| 16 | + netbase |
| 17 | +Standards-Version: 4.4.1 |
| 18 | +Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.14 |
| 19 | +Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.14 |
| 20 | +Homepage: https://golang.org |
| 21 | +Rules-Requires-Root: no |
| 22 | + |
| 23 | +Package: golang-1.14-go |
| 24 | +Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el s390x |
| 25 | +Depends: golang-1.14-src (>= ${source:Version}), |
| 26 | + ${misc:Depends}, |
| 27 | + ${perl:Depends}, |
| 28 | + ${shlibs:Depends} |
| 29 | +Recommends: g++, gcc, libc6-dev, pkg-config |
| 30 | +Suggests: bzr | brz, ca-certificates, git, mercurial, subversion |
| 31 | +Description: Go programming language compiler, linker, compiled stdlib |
| 32 | + The Go programming language is an open source project to make programmers more |
| 33 | + productive. Go is expressive, concise, clean, and efficient. Its concurrency |
| 34 | + mechanisms make it easy to write programs that get the most out of multicore |
| 35 | + and networked machines, while its novel type system enables flexible and |
| 36 | + modular program construction. Go compiles quickly to machine code yet has the |
| 37 | + convenience of garbage collection and the power of run-time reflection. It's a |
| 38 | + fast, statically typed, compiled language that feels like a dynamically typed, |
| 39 | + interpreted language. |
| 40 | + . |
| 41 | + This package provides an assembler, compiler, linker, and compiled libraries |
| 42 | + for the Go programming language. |
| 43 | + . |
| 44 | + Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to |
| 45 | + pre-compile the standard library inside GOROOT for cross-compilation to work. |
| 46 | + |
| 47 | +Package: golang-1.14-src |
| 48 | +Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el s390x |
| 49 | +Depends: ${misc:Depends}, ${shlibs:Depends} |
| 50 | +Description: Go programming language - source files |
| 51 | + The Go programming language is an open source project to make programmers more |
| 52 | + productive. Go is expressive, concise, clean, and efficient. Its concurrency |
| 53 | + mechanisms make it easy to write programs that get the most out of multicore |
| 54 | + and networked machines, while its novel type system enables flexible and |
| 55 | + modular program construction. Go compiles quickly to machine code yet has the |
| 56 | + convenience of garbage collection and the power of run-time reflection. It's a |
| 57 | + fast, statically typed, compiled language that feels like a dynamically typed, |
| 58 | + interpreted language. |
| 59 | + . |
| 60 | + This package provides the Go programming language source files needed for |
| 61 | + cross-compilation. |
| 62 | + |
| 63 | +Package: golang-1.14-doc |
| 64 | +Depends: golang-1.14-go, ${misc:Depends} |
| 65 | +Architecture: all |
| 66 | +Section: doc |
| 67 | +Description: Go programming language - documentation |
| 68 | + The Go programming language is an open source project to make |
| 69 | + programmers more productive. Go is expressive, concise, clean, and |
| 70 | + efficient. Its concurrency mechanisms make it easy to write programs |
| 71 | + that get the most out of multicore and networked machines, while its |
| 72 | + novel type system enables flexible and modular program construction. |
| 73 | + Go compiles quickly to machine code yet has the convenience of |
| 74 | + garbage collection and the power of run-time reflection. It's a fast, |
| 75 | + statically typed, compiled language that feels like a dynamically |
| 76 | + typed, interpreted language. |
| 77 | + . |
| 78 | + This package provides the documentation for the Go programming |
| 79 | + language. You can view the formatted documentation by running |
| 80 | + "godoc --http=:6060", and then visiting |
| 81 | + http://localhost:6060/doc/install.html. |
| 82 | + |
| 83 | +Package: golang-1.14 |
| 84 | +Depends: golang-1.14-doc (>= ${source:Version}), |
| 85 | + golang-1.14-go (>= ${source:Version}), |
| 86 | + golang-1.14-src (>= ${source:Version}), |
| 87 | + ${misc:Depends} |
| 88 | +Architecture: all |
| 89 | +Description: Go programming language compiler - metapackage |
| 90 | + The Go programming language is an open source project to make |
| 91 | + programmers more productive. Go is expressive, concise, clean, and |
| 92 | + efficient. Its concurrency mechanisms make it easy to write programs |
| 93 | + that get the most out of multicore and networked machines, while its |
| 94 | + novel type system enables flexible and modular program construction. |
| 95 | + Go compiles quickly to machine code yet has the convenience of |
| 96 | + garbage collection and the power of run-time reflection. It's a |
| 97 | + fast, statically typed, compiled language that feels like a |
| 98 | + dynamically typed, interpreted language. |
| 99 | + . |
| 100 | + This package is a metapackage that, when installed, guarantees |
| 101 | + that (most of) a full Go development environment is installed. |
0 commit comments