[Pkg-golang-commits] [golang] 01/01: Update "golang-any" in "Build-Depends" to fallback to "golang-go | gccgo" (will help with backporting)

Tianon Gravi tianon at debian.org
Fri Jun 24 02:45:37 UTC 2016


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

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

commit ef3dfe4ff99569326e7ca2c593bc0c62b15d4d73
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Thu Jun 23 19:45:21 2016 -0700

    Update "golang-any" in "Build-Depends" to fallback to "golang-go | gccgo" (will help with backporting)
---
 debian/changelog  | 7 +++++++
 debian/control    | 4 +++-
 debian/control.in | 4 +++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a66d50..712572a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-1.6 (1.6.2-2) UNRELEASED; urgency=medium
+
+  * Update "golang-any" in "Build-Depends" to fallback to "golang-go | gccgo"
+    (will help with backporting)
+
+ -- Tianon Gravi <tianon at debian.org>  Thu, 23 Jun 2016 19:44:06 -0700
+
 golang-1.6 (1.6.2-1) unstable; urgency=medium
 
   * Update to 1.6.2 upstream release (Closes: #825696)
diff --git a/debian/control b/debian/control
index fb7d3da..20703e3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,9 @@ Uploaders: Michael Stapelberg <stapelberg at debian.org>,
            Michael Hudson-Doyle <michael.hudson at ubuntu.com>
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-golang/golang.git
 Vcs-Git: git://anonscm.debian.org/pkg-golang/golang.git
-Build-Depends: debhelper (>= 7.4.10), golang-any, netbase
+Build-Depends: debhelper (>= 7.4.10),
+               golang-any (>= 2:1.4~) | golang-go (>= 2:1.4~) | gccgo (>= 4:5~),
+               netbase
 Standards-Version: 3.9.6
 Homepage: https://golang.org
 
diff --git a/debian/control.in b/debian/control.in
index eff79ee..0188566 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,7 +8,9 @@ Uploaders: Michael Stapelberg <stapelberg at debian.org>,
            Michael Hudson-Doyle <michael.hudson at ubuntu.com>
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-golang/golang.git
 Vcs-Git: git://anonscm.debian.org/pkg-golang/golang.git
-Build-Depends: debhelper (>= 7.4.10), golang-any, netbase
+Build-Depends: debhelper (>= 7.4.10),
+               golang-any (>= 2:1.4~) | golang-go (>= 2:1.4~) | gccgo (>= 4:5~),
+               netbase
 Standards-Version: 3.9.6
 Homepage: https://golang.org
 

-- 
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