[Pkg-golang-commits] [golang-defaults] 01/02: Remove ppc64 from golang architectures as upstream's minimum ISA requirement now exceeds Debian's.

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Feb 28 22:06:57 UTC 2018


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

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

commit 4b6a109a28ebabf18a978e708306485916988933
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Thu Mar 1 10:51:48 2018 +1300

    Remove ppc64 from golang architectures as upstream's minimum ISA requirement now exceeds Debian's.
---
 debian/changelog | 7 +++++++
 debian/control   | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a9ccf12..6af98d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-defaults (2:1.10~5) UNRELEASED; urgency=medium
+
+  * Remove ppc64 from golang architectures as upstream's minimum ISA
+    requirement now exceeds Debian's.
+
+ -- Michael Hudson-Doyle <mwhudson at debian.org>  Thu, 01 Mar 2018 10:50:36 +1300
+
 golang-defaults (2:1.10~4) unstable; urgency=medium
 
   * Enable golang and golang-src on s390x too.
diff --git a/debian/control b/debian/control
index f6c5d44..cf94e42 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,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 mips mips64el mipsel ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
 Conflicts: gccgo-go
 Depends: golang-${golang:GOVER}-go,
          golang-src (>= ${source:Version}),
@@ -105,7 +105,7 @@ Description: Go programming language -- gccgo
  It conflicts with golang-go.
 
 Package: golang-src
-Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
 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
@@ -148,7 +148,7 @@ Depends: golang-${golang:GOVER},
          golang-go (>= ${source:Version}),
          golang-src (>= ${source:Version}),
          ${misc:Depends}
-Architecture: amd64 arm64 armel armhf i386 mips mips64 mipsel ppc64 ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 mips mips64 mipsel ppc64el s390x
 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