diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-05-03 01:28:23 -0600 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-05-03 01:28:23 -0600 |
commit | 09d126a787afc36f370d9b51e032d56f3fb78cac (patch) | |
tree | df98bff37b5ac94a6c3e686d842fa71f864670d1 | |
parent | c25de1c61875703fea45e35ed8733f7b532cad7e (diff) | |
download | golang-09d126a787afc36f370d9b51e032d56f3fb78cac.tar.gz |
Add "go get" VCS options to Suggests for golang-go
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.base | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6deb0c6b2..dfde545f6 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,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 -Suggests: golang-go.tools +Suggests: bzr, git, golang-go.tools, mercurial, subversion 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 1350909e3..94e2823fd 100644 --- a/debian/control.base +++ b/debian/control.base @@ -20,7 +20,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 -Suggests: golang-go.tools +Suggests: bzr, git, golang-go.tools, mercurial, subversion 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 |