|
| 1 | +# |
| 2 | +# WARNING: "debian/control" is generated via "debian/rules gencontrol" (sourced from "debian/control.in") |
| 3 | +# |
| 4 | + |
| 5 | +Source: golang-1.24 |
| 6 | +Maintainer: Debian Go Compiler Team < [email protected]> |
| 7 | +Uploaders: Michael Stapelberg < [email protected]>, |
| 8 | + Paul Tagliamonte < [email protected]>, |
| 9 | + |
| 10 | + Michael Hudson-Doyle < [email protected]>, |
| 11 | + |
| 12 | +Section: golang |
| 13 | +Priority: optional |
| 14 | +Build-Depends: debhelper-compat (= 13), |
| 15 | + binutils-gold [arm64], |
| 16 | + golang-1.24-go | golang-1.23-go | golang-1.22-go, |
| 17 | + netbase |
| 18 | +Standards-Version: 4.6.2 |
| 19 | +Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.24 |
| 20 | +Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.24 |
| 21 | +Homepage: https://go.dev/ |
| 22 | +Rules-Requires-Root: no |
| 23 | + |
| 24 | +Package: golang-1.24-go |
| 25 | +Architecture: amd64 arm64 armel armhf i386 loong64 mips mips64el mipsel ppc64 ppc64el riscv64 s390x |
| 26 | +Depends: binutils-gold [arm64], |
| 27 | + golang-1.24-src (>= ${source:Version}), |
| 28 | + ${misc:Depends}, |
| 29 | + ${perl:Depends}, |
| 30 | + ${shlibs:Depends} |
| 31 | +Recommends: g++, gcc, libc6-dev, pkgconf |
| 32 | +Breaks: dh-golang (<< 1.43~) |
| 33 | +Suggests: bzr | brz, ca-certificates, git, mercurial, subversion |
| 34 | +Description: Go programming language compiler, linker, compiled stdlib |
| 35 | + The Go programming language is an open source project to make programmers more |
| 36 | + productive. Go is expressive, concise, clean, and efficient. Its concurrency |
| 37 | + mechanisms make it easy to write programs that get the most out of multicore |
| 38 | + and networked machines, while its novel type system enables flexible and |
| 39 | + modular program construction. Go compiles quickly to machine code yet has the |
| 40 | + convenience of garbage collection and the power of run-time reflection. It's a |
| 41 | + fast, statically typed, compiled language that feels like a dynamically typed, |
| 42 | + interpreted language. |
| 43 | + . |
| 44 | + This package provides an assembler, compiler, linker, and compiled libraries |
| 45 | + for the Go programming language. |
| 46 | + . |
| 47 | + To use this version, instead of the default one provided by golang-go package, |
| 48 | + add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go directly. |
| 49 | + |
| 50 | +Package: golang-1.24-src |
| 51 | +Architecture: all |
| 52 | +Multi-Arch: foreign |
| 53 | +Depends: ${misc:Depends}, ${shlibs:Depends} |
| 54 | +Description: Go programming language - source files |
| 55 | + The Go programming language is an open source project to make programmers more |
| 56 | + productive. Go is expressive, concise, clean, and efficient. Its concurrency |
| 57 | + mechanisms make it easy to write programs that get the most out of multicore |
| 58 | + and networked machines, while its novel type system enables flexible and |
| 59 | + modular program construction. Go compiles quickly to machine code yet has the |
| 60 | + convenience of garbage collection and the power of run-time reflection. It's a |
| 61 | + fast, statically typed, compiled language that feels like a dynamically typed, |
| 62 | + interpreted language. |
| 63 | + . |
| 64 | + This package provides the Go programming language source files needed for |
| 65 | + compilation. |
| 66 | + |
| 67 | +Package: golang-1.24-doc |
| 68 | +Depends: ${misc:Depends} |
| 69 | +Architecture: all |
| 70 | +Multi-Arch: foreign |
| 71 | +Section: doc |
| 72 | +Description: Go programming language - documentation |
| 73 | + The Go programming language is an open source project to make |
| 74 | + programmers more productive. Go is expressive, concise, clean, and |
| 75 | + efficient. Its concurrency mechanisms make it easy to write programs |
| 76 | + that get the most out of multicore and networked machines, while its |
| 77 | + novel type system enables flexible and modular program construction. |
| 78 | + Go compiles quickly to machine code yet has the convenience of |
| 79 | + garbage collection and the power of run-time reflection. It's a fast, |
| 80 | + statically typed, compiled language that feels like a dynamically |
| 81 | + typed, interpreted language. |
| 82 | + . |
| 83 | + This package provides the documentation for the Go programming |
| 84 | + language. |
| 85 | + |
| 86 | +Package: golang-1.24 |
| 87 | +Depends: golang-1.24-doc (>= ${source:Version}), |
| 88 | + golang-1.24-go (>= ${source:Version}), |
| 89 | + golang-1.24-src (>= ${source:Version}), |
| 90 | + ${misc:Depends} |
| 91 | +Architecture: all |
| 92 | +Description: Go programming language compiler - metapackage |
| 93 | + The Go programming language is an open source project to make |
| 94 | + programmers more productive. Go is expressive, concise, clean, and |
| 95 | + efficient. Its concurrency mechanisms make it easy to write programs |
| 96 | + that get the most out of multicore and networked machines, while its |
| 97 | + novel type system enables flexible and modular program construction. |
| 98 | + Go compiles quickly to machine code yet has the convenience of |
| 99 | + garbage collection and the power of run-time reflection. It's a |
| 100 | + fast, statically typed, compiled language that feels like a |
| 101 | + dynamically typed, interpreted language. |
| 102 | + . |
| 103 | + This package is a metapackage that, when installed, guarantees |
| 104 | + that (most of) a full Go development environment is installed. |
| 105 | + . |
| 106 | + To use this version, instead of the default one provided by golang-go |
| 107 | + package, add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go |
| 108 | + directly. |
0 commit comments