Codebase list golang-golang-x-sys / 1ff1458
Change golang-go to golang-any in Build-Depends and Depends so gccgo may be used where golang-go is unavailable. Anthony Fok 7 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 Martín Ferrari <tincho@debian.org>
77 Build-Depends: debhelper (>= 9),
88 dh-golang (>= 1.10),
9 golang-go (>= 2:1.4)
9 golang-any (>= 2:1.4)
1010 Standards-Version: 3.9.8
1111 Homepage: http://golang.org/x/sys
1212 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-golang-x-sys.git
1616 Package: golang-golang-x-sys-dev
1717 Architecture: all
1818 Depends: ${shlibs:Depends},
19 ${misc:Depends},
20 golang-go (>= 2:1.4)
19 ${misc:Depends}
2120 Built-Using: ${misc:Built-Using}
2221 Description: Low-level interaction with the operating system
2322 This repository holds supplemental Go packages for low-level interactions with