[Pkg-golang-commits] [golang] 08/15: changelog

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Mar 1 02:57:48 UTC 2016


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

mwhudson-guest pushed a commit to branch ubuntu-trusty-golang-1.6
in repository golang.

commit ffbaf61ba9813cbe06a7d2867fadd3e3349bdf77
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Tue Mar 1 13:40:59 2016 +1300

    changelog
---
 debian/changelog | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 238 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eced681..ea94425 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+golang (2:1.6-1ubuntu1) xenial; urgency=medium
+
+  * Merge from Debian unstable (LP: #1551489).  Remaining changes:
+    - Build empty golang-go and golang-src packages on architectures without
+      golang support and depend on gccgo instead (see Debian bug #780355).
+    - Do not distribute un-built from source race detector runtime files and
+      recommend golang-race-detector-runtime instead (see Debian bug #807455).
+    - debian/source/lintian-overrides: silence some extra source-missing false
+      positives.
+    - Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
+      smooth upgrades.
+    - Add d/patches/0001-s390x-port.patch from IBM's repo.
+    - Updates for s390x support.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Tue, 01 Mar 2016 13:35:02 +1300
+
 golang (2:1.6-1) unstable; urgency=medium
 
   * Update to 1.6 upstream release (thanks Hilko!)
@@ -20,6 +36,66 @@ golang (2:1.6-1) unstable; urgency=medium
 
  -- Tianon Gravi <tianon at debian.org>  Mon, 29 Feb 2016 16:10:32 -0800
 
+golang (2:1.6-0ubuntu3) xenial; urgency=medium
+
+  * Update d/patches/0001-s390x-port.patch from IBM's repo.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sun, 21 Feb 2016 16:50:57 +0100
+
+golang (2:1.6-0ubuntu1) xenial; urgency=medium
+
+  * Go 1.6 release.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sat, 20 Feb 2016 18:56:52 +0100
+
+golang (2:1.6~rc2-0ubuntu1) xenial; urgency=medium
+
+  * New upstream version. (LP: #1541660)
+  * Update d/patches/0001-s390x-port.patch from IBM's repo.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Thu, 04 Feb 2016 14:06:36 +1300
+
+golang (2:1.6~rc1-0ubuntu1) xenial; urgency=medium
+
+  * New upstream version.
+  * Update d/patches/0001-s390x-port.patch from IBM's repo.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Fri, 29 Jan 2016 10:22:32 +1300
+
+golang (2:1.6~beta2-0ubuntu1) xenial; urgency=medium
+
+  * New upstream version.
+    - Update debian/rules clean to new location of generated file.
+  * Dropped changes:
+    - d/patches/armhf-elf-header.patch (fixed properly upstream).
+    - d/patches/skip-userns-tests-when-chrooted.patch (included upstream).
+  * Add:
+    - d/patches/0001-s390x-port.patch
+  * Updates for s390x support.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Sat, 16 Jan 2016 19:59:59 +1300
+
+golang (2:1.5.3-1ubuntu1) xenial; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+    - d/patches/armhf-elf-header.patch (see upstream bug
+      https://github.com/golang/go/issues/7094)
+    - debian/copyright: updated copyright file to fix some lintian warnings
+      (see Debian bug #807304)
+    - Build empty golang-go and golang-src packages on architectures without
+      golang support and depend on gccgo instead (see Debian bug #780355)
+    - Do not distribute un-built from source race detector runtime files and
+      recommend golang-race-detector-runtime instead (see Debian bug #807455)
+    - debian/source/lintian-overrides: silence some extra source-missing false
+      positives.
+    - Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
+      smooth upgrades.
+    - d/patches/skip-userns-tests-when-chrooted.patch (see Debian bug #807303)
+    - Do not include race enabled packages in golang-go deb (see Debian bug
+      #807294)
+
+ -- Steve Langasek <steve.langasek at ubuntu.com>  Fri, 15 Jan 2016 14:04:35 -0800
+
 golang (2:1.5.3-1) unstable; urgency=high
 
   * Update to 1.5.3 upstream release
@@ -29,6 +105,31 @@ golang (2:1.5.3-1) unstable; urgency=high
 
  -- Tianon Gravi <tianon at debian.org>  Thu, 14 Jan 2016 07:41:44 -0800
 
+golang (2:1.5.2-1ubuntu1) xenial; urgency=low
+
+  * Merge from Debian unstable (LP: #1524165).  Remaining changes:
+    - d/patches/armhf-elf-header.patch (see upstream bug
+      https://github.com/golang/go/issues/7094)
+    - debian/copyright: updated copyright file to fix some lintian warnings
+      (see Debian bug #807304)
+    - Build empty golang-go and golang-src packages on architectures without
+      golang support and depend on gccgo instead (see Debian bug #780355)
+    - Do not distribute un-built from source race detector runtime files and
+      recommend golang-race-detector-runtime instead (see Debian bug #807455)
+    - debian/source/lintian-overrides: silence some extra source-missing false
+      positives.
+    - Breaks/Replaces: older golang-golang-x-tools, not Conflicts, to ensure
+      smooth upgrades.
+  * Dropped changes, included upstream:
+    - d/patches/qemu-compat.patch
+    - d/patches/support-new-relocations.patch
+  * Add a patch to avoid build failures:
+    - d/patches/skip-userns-tests-when-chrooted.patch (see Debian bug #807303)
+  * Do not include race enabled packages in golang-go deb (see Debian bug
+    #807294)
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Thu, 07 Jan 2016 10:11:50 +1300
+
 golang (2:1.5.2-1) unstable; urgency=medium
 
   * Update to 1.5.2 upstream release (Closes: #807136)
@@ -63,6 +164,73 @@ golang (2:1.5.1-1) unstable; urgency=medium
 
  -- Tianon Gravi <tianon at debian.org>  Sat, 24 Oct 2015 10:22:02 -0700
 
+golang (2:1.5.1-0ubuntu4) xenial; urgency=medium
+
+  * Add d/patches/support-new-relocations.patch to fix ftbfs on xenial.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Mon, 16 Nov 2015 09:43:57 +1300
+
+golang (2:1.5.1-0ubuntu3) xenial; urgency=medium
+
+  * Add d/patches/qemu-compat.patch (LP: #1501651)
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Fri, 13 Nov 2015 10:26:17 +1300
+
+golang (2:1.5.1-0ubuntu2) wily; urgency=medium
+
+  * Recommends: golang-race-detector-runtime on amd64. (LP: #1506393)
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Thu, 15 Oct 2015 22:35:25 +1300
+
+golang (2:1.5.1-0ubuntu1) wily; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Wed, 09 Sep 2015 21:11:47 +1200
+
+golang (2:1.5-0ubuntu1) wily; urgency=medium
+
+  * New upstream release.
+    - Drop debian/patches/disable-duffzero-ppc64el.patch
+  * Breaks/Replaces: older golang-go.tools (LP: 1486560)
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Fri, 21 Aug 2015 11:48:02 +1200
+
+golang (2:1.5~rc1-0ubuntu2) wily; urgency=medium
+
+  * debian/control: Breaks/Replaces golang-go.tools, so as to permit proper
+    upgrade.
+
+ -- Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com>  Fri, 28 Aug 2015 09:26:01 -0400
+
+golang (2:1.5~rc1-0ubuntu1) wily; urgency=low
+
+  [ Tianon Gravi ]
+  * Upload to experimental.
+  * Update to 1.5rc1 upstream release.
+    - Compiler and runtime written entirely in Go.
+    - Concurrent garbage collector.
+    - GOMAXPROCS=runtime.NumCPU() by default.
+    - "internal" packages for all, not just core.
+    - Experimental "vendoring" support.
+    - Cross-compilation no longer requires a complete rebuild of the stdlib in
+      GOROOT, and thus the golang-go-GOHOST-GOARCH packages are removed.
+  * Sync debian/copyright with the Ubuntu delta. (thanks doko!)
+
+  [ Michael Hudson-Doyle ]
+  * Update GO{HOST,}ARCH computation
+  * Breaks/Replaces: older golang-golang-x-tools 
+  * Two patches:
+    - correct ELF header on armhf
+    - disable duffzero on ppc64el
+
+  [ Mathieu Trudel-Lapierre ]
+  * debian/copyright: updated copyright file to fix some lintian warnings.
+  * debian/source/lintian-overrides: silence some extra source-missing false
+    positives.
+
+ -- Michael Hudson-Doyle <michael.hudson at canonical.com>  Tue, 18 Aug 2015 16:05:37 +1200
+
 golang (2:1.4.3-3) unstable; urgency=medium
 
   * Fix FTBFS for non-amd64 architectures due to handling of "-race".
@@ -126,6 +294,24 @@ golang (2:1.4.2-4) unstable; urgency=high
 
  -- Tianon Gravi <tianon at debian.org>  Mon, 14 Sep 2015 12:27:57 -0700
 
+golang (2:1.4.2-3ubuntu2) wily; urgency=medium
+
+  * Fix installation of fake golang-go package.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 27 May 2015 12:54:55 +0200
+
+golang (2:1.4.2-3ubuntu1) wily; urgency=medium
+
+  * Merge with Debian; remaining changes:
+    - Build empty golang-go and golang-src packages on architectures
+      without golang support, and depend on gccgo instead.
+    - golang-go: Conflict with golang-go (<< 2:1.3.3-1ubuntu2).
+    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
+    - d/copyright: Amendments for full compliance with copyright format.
+  * Remove generated override files.
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 26 May 2015 15:05:11 +0200
+
 golang (2:1.4.2-3) unstable; urgency=medium
 
   * Add missing "prerm" for our new alternatives (thanks piuparts).
@@ -159,6 +345,41 @@ golang (2:1.4.1-1~exp1) experimental; urgency=low
 
  -- Tianon Gravi <admwiggin at gmail.com>  Fri, 16 Jan 2015 00:52:10 -0500
 
+golang (2:1.3.3-1ubuntu4) vivid; urgency=medium
+
+  * Build empty golang-go and golang-src packages on architectures
+    without golang support, and depend on gccgo instead.
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 10 Mar 2015 21:46:25 +0100
+
+golang (2:1.3.3-1ubuntu3) vivid; urgency=medium
+
+  * Regenerate the control file.
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 03 Mar 2015 14:08:51 +0100
+
+golang (2:1.3.3-1ubuntu2) vivid; urgency=medium
+
+  * Install gofmt as an alternative.
+  * Update the update-alternatives dance.
+  * golang-go: Conflict with golang-go (<< 2:1.3.3-1ubuntu2).
+  * Bump the alternative priority to 100, see Debian #779503.
+
+ -- Matthias Klose <doko at ubuntu.com>  Tue, 03 Mar 2015 13:29:34 +0100
+
+golang (2:1.3.3-1ubuntu1) vivid; urgency=low
+
+  * Merge from Debian unstable. (LP: #1407409) Remaining changes:
+    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
+    - Support co-installability with gccgo-go tool:
+      - d/rules,golang-go.install: Rename bin/go -> bin/golang-go
+      - d/golang-go.{postinst,prerm}: Install/remove /usr/bin/go using
+        alternatives.
+    - d/copyright: Amendments for full compiliance with copyright format.
+    - d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 04 Jan 2015 12:18:38 +0100
+
 golang (2:1.3.3-1) unstable; urgency=medium
 
   * New upstream version (https://code.google.com/p/go/source/list?name=go1.3.3)
@@ -174,6 +395,23 @@ golang (2:1.3.3-1) unstable; urgency=medium
 
  -- Tianon Gravi <admwiggin at gmail.com>  Fri, 12 Dec 2014 16:11:02 -0500
 
+golang (2:1.3.2-1ubuntu1) vivid; urgency=medium
+
+  * Merge from Debian unstable.  Remaining changes:
+    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
+    - Support co-installability with gccgo-go tool:
+      - d/rules,golang-go.install: Rename bin/go -> bin/golang-go
+      - d/golang-go.{postinst,prerm}: Install/remove /usr/bin/go using
+        alternatives.
+    - d/copyright: Amendments for full compiliance with copyright format.
+    - d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
+    - dropped patches (now upstream):
+      - d/p/issue27650045_40001_50001.diff
+      - d/p/issue28050043_60001_70001.diff
+      - d/p/issue54790044_100001_110001.diff
+
+ -- Serge Hallyn <serge.hallyn at ubuntu.com>  Tue, 18 Nov 2014 15:12:26 -0600
+
 golang (2:1.3.2-1) unstable; urgency=medium
 
   * New upstream version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list