diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-12-02 23:52:32 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:44:09 +0100 |
commit | 51a6f2b519ae0ecdc99641787b2f486b59e7c4fd (patch) | |
tree | f9dcb2adb884d0adc9a1603afa63de23db021856 /debian | |
parent | cb895de200911976ff11ae03206aa95ed6919234 (diff) | |
download | golang-51a6f2b519ae0ecdc99641787b2f486b59e7c4fd.tar.gz |
golang-go: recommend golang-go.tools which provides godoc now
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/control.base | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 27b744ade..b93cf928d 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, Replaces: golang-weekly-go, golang-weekly-tools, golang-tools Conflicts: golang-weekly-go, golang-weekly-tools, golang-tools Provides: go-compiler, golang-weekly-go, golang-weekly-tools, golang-tools +Recommends: golang-go.tools Description: Go programming language compiler The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and diff --git a/debian/control.base b/debian/control.base index a9ac2cd4b..213ff39cf 100644 --- a/debian/control.base +++ b/debian/control.base @@ -17,6 +17,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, Replaces: golang-weekly-go, golang-weekly-tools, golang-tools Conflicts: golang-weekly-go, golang-weekly-tools, golang-tools Provides: go-compiler, golang-weekly-go, golang-weekly-tools, golang-tools +Recommends: golang-go.tools Description: Go programming language compiler The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and |