[Pkg-golang-commits] [golang] 01/03: Update Recommends/Suggests, especially to add gcc, etc.

Tianon Gravi tianon at debian.org
Sat Sep 26 20:43:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

tianon pushed a commit to branch debian-sid
in repository golang.

commit 58499c3e3498ae0fcad9ad67593d270ee260b235
Author: Tianon Gravi <tianon at debian.org>
Date:   Sat Sep 26 13:41:42 2015 -0700

    Update Recommends/Suggests, especially to add gcc, etc.
---
 debian/changelog    | 6 ++++++
 debian/control      | 3 ++-
 debian/control.base | 3 ++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 778721b..90e7651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang (2:1.4.3-2) UNRELEASED; urgency=medium
+
+  * Update Recommends/Suggests, especially to add gcc, etc.
+
+ -- Tianon Gravi <tianon at debian.org>  Sat, 26 Sep 2015 13:37:05 -0700
+
 golang (2:1.4.3-1) unstable; urgency=medium
 
   * New upstream version (https://golang.org/doc/devel/release.html#go1.4.minor)
diff --git a/debian/control b/debian/control
index 53a17fc..b845cb8 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Depends: golang-go-linux-${go:Hostarch} (= ${source:Version}),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
-Suggests: bzr, git, golang-go.tools, mercurial, subversion
+Recommends: g++, gcc, libc6-dev, pkg-config
+Suggests: bzr, ca-certificates, git, golang-golang-x-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 fcd665f..6df2a08 100644
--- a/debian/control.base
+++ b/debian/control.base
@@ -18,7 +18,8 @@ Depends: golang-go-linux-${go:Hostarch} (= ${source:Version}),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
-Suggests: bzr, git, golang-go.tools, mercurial, subversion
+Recommends: g++, gcc, libc6-dev, pkg-config
+Suggests: bzr, ca-certificates, git, golang-golang-x-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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list