[Pkg-golang-commits] [golang-defaults] 13/27: wrap-and-sort

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Jul 19 21:48:38 UTC 2017


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

mwhudson-guest pushed a commit to tag debian/2%1.6-1ubuntu3
in repository golang-defaults.

commit 56bb201126e02087e8b66b91b112157d31778d66
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Wed Mar 9 15:42:49 2016 +1300

    wrap-and-sort
---
 debian/control | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 8c7c21f..0748910 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Homepage: https://golang.org
 
 Package: golang-go
 Architecture: any
-Depends: golang-${golang:GOVER}-go [armel armhf amd64 i386 arm64 ppc64 ppc64el s390x],
+Depends: gccgo [!armel !armhf !amd64 !i386 !arm64 !ppc64 !ppc64el !s390x],
+         golang-${golang:GOVER}-go [armel armhf amd64 i386 arm64 ppc64 ppc64el s390x],
          golang-src (>= ${source:Version}) [armel armhf amd64 i386 arm64 ppc64 ppc64el s390x],
-         gccgo [!armel !armhf !amd64 !i386 !arm64 !ppc64 !ppc64el !s390x],
          ${misc:Depends}
 Recommends: golang-race-detector-runtime [amd64]
 Description: Go programming language compiler, linker, compiled stdlib
@@ -31,8 +31,7 @@ Description: Go programming language compiler, linker, compiled stdlib
 
 Package: golang-any
 Architecture: any
-Depends: golang-go,
-         ${misc:Depends}
+Depends: golang-go, ${misc:Depends}
 Description: Go programming language compiler, linker, compiled stdlib
  The Go programming language is an open source project to make programmers more
  productive. Go is expressive, concise, clean, and efficient. Its concurrency
@@ -48,8 +47,8 @@ Description: Go programming language compiler, linker, compiled stdlib
  toolchain ("gc compiler") port.
 
 Package: golang-src
-Architecture: armel armhf amd64 i386 arm64 ppc64 ppc64el s390x
-Depends: ${misc:Depends}, golang-${golang:GOVER}-src
+Architecture: amd64 arm64 armel armhf i386 ppc64 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
  productive. Go is expressive, concise, clean, and efficient. Its concurrency
@@ -64,7 +63,7 @@ Description: Go programming language - source files
  source code, which is needed for the go build process.
 
 Package: golang-doc
-Depends: golang-go, ${misc:Depends}, golang-${golang:GOVER}-doc
+Depends: golang-${golang:GOVER}-doc, golang-go, ${misc:Depends}
 Architecture: all
 Section: doc
 Description: Go programming language - documentation
@@ -84,11 +83,11 @@ Description: Go programming language - documentation
  http://localhost:6060/doc/install.html.
 
 Package: golang
-Depends: golang-doc (>= ${source:Version}),
+Depends: golang-${golang:GOVER},
+         golang-doc (>= ${source:Version}),
          golang-go (>= ${source:Version}),
          golang-src (>= ${source:Version}),
-         ${misc:Depends},
-         golang-${golang:GOVER}
+         ${misc:Depends}
 Architecture: all
 Description: Go programming language compiler - metapackage
  The Go programming language is an open source project to make
@@ -106,8 +105,7 @@ Description: Go programming language compiler - metapackage
 
 Package: golang-race-detector-runtime
 Architecture: amd64
-Depends: ${misc:Depends},
-         golang-${golang:GOVER}-race-detector-runtime
+Depends: golang-${golang:GOVER}-race-detector-runtime, ${misc:Depends}
 Description: Runtime support for Go's race detector
  The runtime support for the race detector is included as a binary
  file in the go source distribution so this package exists to build it

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