[Pkg-golang-commits] [golang-defaults] 02/05: Add golang-go-shared-dev and golang-any-shared-dev. (LP: #1508122)

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


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

mwhudson-guest pushed a commit to tag 1.7.1ubuntu1
in repository golang-defaults.

commit 22fd152154963ebfc661d4393d39fbc96433436d
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Tue Jun 21 20:42:43 2016 +1200

    Add golang-go-shared-dev and golang-any-shared-dev. (LP: #1508122)
---
 debian/control | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/control b/debian/control
index dbca85a..8d5a640 100644
--- a/debian/control
+++ b/debian/control
@@ -156,3 +156,25 @@ Description: Runtime support for Go's race detector
  .
  This is a dependency package that depends on the race detector runtime for the
  default version of Go.
+
+Package: golang-go-shared-dev
+Architecture: amd64 arm64 armhf i386 ppc64el s390x
+Depends: golang-${golang:GOVER}-go-shared-dev, golang-go, ${misc:Depends}
+Description: Go standard shared library support files
+ Files necessary to link against the shared library version of the Go
+ standard library.
+ .
+ This is a dependency package that depends on the support files for the
+ default version of Go.
+
+Package: golang-any-shared-dev
+Architecture: any
+Depends: golang-any,
+         golang-go-shared-dev [amd64 arm64 armhf i386 ppc64el s390x],
+         ${misc:Depends}
+Description: Go standard shared library support files
+ Files necessary to link against the shared library version of the Go
+ standard library.
+ .
+ This is a dependency package that depends on the support files for the
+ default version of Go, or gccgo if no version of Go is available.

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