diff options
| -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 9d07efb6a..6deb0c6b2 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 -Recommends: golang-go.tools +Suggests: 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 16781fb45..1350909e3 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 -Recommends: golang-go.tools +Suggests: 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 | 
