1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: golang-golang-x-tools
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Michael Stapelberg <stapelberg@debian.org>,
Tianon Gravi <tianon@debian.org>,
Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.17~),
golang-any,
golang-golang-x-net-dev,
Standards-Version: 3.9.8
Homepage: http://golang.org/x/tools
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-go.tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-go.tools.git
XS-Go-Import-Path: golang.org/x/tools
Package: golang-golang-x-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
libjs-jquery,
libjs-jquery-ui,
Built-Using: ${misc:Built-Using}
Breaks: golang-go (<< 2:1.2), golang-go.tools (<< 1:0.0~git20150716.0.87156cb~)
Replaces: golang-go (<< 2:1.2),
golang-go.tools (<< 1:0.0~git20150716.0.87156cb~)
Provides: golang-go.tools
Recommends: golang-doc
Description: supplementary Go tools
This subrepository holds the source for various packages and tools that
support the Go programming language.
.
Some of the tools, godoc and vet for example, used to be included in the
golang-go package. Others, including the Go oracle and the test coverage tool,
can be fetched with "go get".
.
Packages include a type-checker for Go and an implementation of the Static
Single Assignment form (SSA) representation for Go programs.
Package: golang-go.tools
Section: oldlibs
Architecture: any
Depends: golang-golang-x-tools, ${misc:Depends}
Description: Transitional package for golang-golang-x-tools
This is a transitional package to ease upgrades to the golang-golang-x-tools
package. It can safely be removed.
Package: golang-golang-x-tools-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: golang-go.tools-dev (<< 1:0.0~git20150716.0.87156cb~)
Replaces: golang-go.tools-dev (<< 1:0.0~git20150716.0.87156cb~)
Provides: golang-go.tools-dev
Description: supplementary Go tools (development files)
This subrepository holds the source for various packages and tools that
support the Go programming language.
.
Some of the tools, godoc and vet for example, used to be included in the
golang-go package. Others, including the Go oracle and the test coverage tool,
can be fetched with "go get".
.
Packages include a type-checker for Go and an implementation of the Static
Single Assignment form (SSA) representation for Go programs.
.
This package contains the development files.
Package: golang-go.tools-dev
Section: oldlibs
Architecture: all
Depends: golang-golang-x-tools-dev, ${misc:Depends}
Description: Transitional package for golang-golang-x-tools-dev
This is a transitional package to ease upgrades to the
golang-golang-x-tools-dev package. It can safely be removed.
|