[Pkg-golang-commits] [golang-defaults] 01/01: Remove "s390x" again (Closes: #844258)

Tianon Gravi tianon at debian.org
Fri Nov 18 15:36:11 UTC 2016


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

tianon pushed a commit to branch master
in repository golang-defaults.

commit de4be0b5186a2104183b89c9288d337c5783501f
Author: Tianon Gravi <tianon at debian.org>
Date:   Fri Nov 18 07:36:06 2016 -0800

    Remove "s390x" again (Closes: #844258)
    
    - Go upstream supports z196 and above, Debian still supports z10.  If we
      and/or upstream get a patch to support z10, we can add this back. :)
    - see also https://github.com/golang/go/issues/16637
---
 debian/changelog | 9 +++++++++
 debian/control   | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e28bd3..420d515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+golang-defaults (2:1.7~2) UNRELEASED; urgency=medium
+
+  * Remove "s390x" again (Closes: #844258)
+    - Go upstream supports z196 and above, Debian still supports z10.  If we
+      and/or upstream get a patch to support z10, we can add this back. :)
+    - see also https://github.com/golang/go/issues/16637
+
+ -- Tianon Gravi <tianon at debian.org>  Fri, 18 Nov 2016 07:29:54 -0800
+
 golang-defaults (2:1.7~1) unstable; urgency=medium
 
   [ Tianon Gravi ]
diff --git a/debian/control b/debian/control
index 470d885..b543511 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-golang/golang-defaults.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-golang/golang-defaults.git
 
 Package: golang-go
-Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
 Depends: golang-${golang:GOVER}-go,
          golang-src (>= ${source:Version}),
          ${misc:Depends}
@@ -83,7 +83,7 @@ Description: Go programming language -- gccgo on "non-Go" platforms
  version of this package.
 
 Package: golang-src
-Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
 Depends: golang-${golang:GOVER}-src, ${misc:Depends}
 Description: Go programming language - source files
  The Go programming language is an open source project to make programmers more
@@ -126,7 +126,7 @@ Depends: golang-${golang:GOVER},
          golang-go (>= ${source:Version}),
          golang-src (>= ${source:Version}),
          ${misc:Depends}
-Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
 Description: Go programming language compiler - metapackage
  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-defaults.git



More information about the pkg-golang-commits mailing list