[Pkg-golang-commits] [golang-defaults] 06/27: build golang-race-detector-runtime function depending on golang-$VER-race-detector-runtime

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Jul 19 21:48:37 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 d42eefc14a5c3bb012f29ae1b1c3dd7b90e7921a
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Tue Mar 8 16:42:28 2016 +1300

    build golang-race-detector-runtime function depending on golang-$VER-race-detector-runtime
---
 debian/control | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/control b/debian/control
index 709b980..a9fb5b3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Package: golang-go
 Architecture: armel armhf amd64 i386 arm64 ppc64 ppc64el s390x
 Depends: golang-src (>= ${source:Version}),
          golang-${golang:GOVER}-go
+Recommends: golang-race-detector-runtime [amd64]
 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
@@ -101,3 +102,14 @@ Description: Go programming language compiler - metapackage
  .
  This package is a metapackage that, when installed, guarantees
  that (most of) a full Go development environment is installed.
+
+Package: golang-race-detector-runtime
+Architecture: amd64
+Depends: ${misc:Depends},
+         golang-${golang:GOVER}-race-detector-runtime
+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
+ from source on trusted infrastructure.
+ .
+ Installing this package will make the -race flag to the go tool functional.

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