[Pkg-golang-commits] [golang-defaults] 04/04: 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:35 UTC 2017


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

mwhudson-guest pushed a commit to tag debian/1.6.1+1ubuntu2
in repository golang-defaults.

commit f8250a27fdd82b63a85ba855f23dc632aeb8377a
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/changelog |  6 ++++++
 debian/control   | 22 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b35d30d..ebbff20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-defaults (2:1.6.1+1ubuntu2) yakkety; urgency=medium
+
+  * Add golang-go-shared-dev and golang-any-shared-dev. (LP: #1508122)
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Wed, 25 May 2016 20:59:32 +1200
+
 golang-defaults (2:1.6.1+1ubuntu1) yakkety; urgency=medium
 
   * Merge with Debian unstable. Remaining changes:
diff --git a/debian/control b/debian/control
index db5f4f8..3f20194 100644
--- a/debian/control
+++ b/debian/control
@@ -155,3 +155,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