Change logs for golang source package in Trusty

  • golang (2:1.3.3-1ubuntu4~ubuntu14.04.1) trusty-backports; urgency=medium
    
      * No-change backport to trusty
    
    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.
    
    golang (2:1.3.3-1ubuntu3) vivid; urgency=medium
    
      * Regenerate the control file.
    
    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.
    
    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.
    
    golang (2:1.3.3-1) unstable; urgency=medium
    
      * New upstream version (https://code.google.com/p/go/source/list?name=go1.3.3)
        - time: removed from tests now obsolete assumption about Australian tz
          abbreviations
        - net: temporarily skip TestAcceptIgnoreSomeErrors
        - runtime: hide cgocallback_gofunc calling cgocallbackg from linker
        - runtime: fix GOTRACEBACK reading on Windows, Plan 9
        - nacltest.bash: unset GOROOT
        - cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug
      * Add Paul and myself as uploaders. Many, many thanks to Michael for his work
        so far on this package (and hopefully more to come).
    
    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
    
    golang (2:1.3.2-1) unstable; urgency=medium
    
      * New upstream version
    
    golang (2:1.3.1-1) unstable; urgency=medium
    
      * New upstream version
    
    golang (2:1.3-4) unstable; urgency=medium
    
      [ Tianon Gravi ]
      * update debian/watch for upstream's latest move (Closes: #756415)
      * backport archive/tar patch to fix PAX headers (Closes: #756416)
    
    golang (2:1.3-3) unstable; urgency=medium
    
      * don’t depend on emacs23, depend on emacs instead (Closes: #754013)
      * install include/ in golang-src, VERSION in golang-go (Closes: #693186)
    
    golang (2:1.3-2) unstable; urgency=medium
    
      * Add /usr/lib/go/test symlink
      * Build with GO386=387 to favor the 387 floating point unit over sse2
        instructions (Closes: #753160)
      * Add debian/patches/0001-backport-delete-whole-line.patch to fix a
        deprecation warning about flet in the emacs part of golang-mode
        (Closes: #753607)
      * Migrate to emacsen >2 (Closes: #753607)
      * Backport two patches to improve archive/tar performance (for docker):
        debian/patches/0002-archive-tar-reuse-temporary-buffer-in-writeHeader.patch
        debian/patches/0003-archive-tar-reuse-temporary-buffer-in-readHeader.patch
    
    golang (2:1.3-1) unstable; urgency=medium
    
      * New upstream version.
      * Drop patches merged upstream:
        - debian/patches/add-tar-xattr-support.patch
        - debian/patches/add-tar-xattr-support.patch
      * Fix debian/watch (Thanks Tianon) (Closes: #748290)
      * Remove dangling symlink /usr/lib/go/lib/godoc (Closes: #747968)
    
     -- Stéphane Graber <email address hidden>  Tue, 13 Oct 2015 20:00:31 -0700
  • golang (2:1.2.1-2ubuntu1) trusty; urgency=low
    
      * 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.
        - Fixes from golang trunk for better gccgo support (LP: #1271335):
          - d/p/issue27650045_40001_50001.diff:
            cmd/go: test: do not put object files where later steps will find them
          - d/p/issue28050043_60001_70001.diff:
            cmd/go: When linking with gccgo pass .a files in the order they are
            discovered
          - d/p/issue54790044_100001_110001.diff:
            cmd/go: do not require a valid archChar when using -compiler gccgo
        - d/copyright: Amendments for full compiliance with copyright format.
        - d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
    
    golang (2:1.2.1-2) unstable; urgency=low
    
      * Re-apply debian/patches/add-tar-xattr-support.patch which got lost when
        uploading 1.2.1-1; sorry about that.
     -- James Page <email address hidden>   Thu, 20 Mar 2014 10:19:36 +0000
  • golang (2:1.2.1-1ubuntu2) trusty; urgency=medium
    
      * d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
     -- James Page <email address hidden>   Mon, 17 Mar 2014 11:26:56 +0000
  • golang (2:1.2.1-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian; 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.
        - Fixes from golang trunk for better gccgo support (LP: #1271335):
          - d/p/issue27650045_40001_50001.diff:
            cmd/go: test: do not put object files where later steps will find them
          - d/p/issue28050043_60001_70001.diff:
            cmd/go: When linking with gccgo pass .a files in the order they are
            discovered
          - d/p/issue54790044_100001_110001.diff:
            cmd/go: do not require a valid archChar when using -compiler gccgo
        - d/copyright: Amendments for full compiliance with copyright format.
    
    golang (2:1.2.1-1) unstable; urgency=low
    
      * New upstream release.
     -- Matthias Klose <email address hidden>   Fri, 07 Mar 2014 06:03:18 +0000
  • golang (2:1.2-2ubuntu3) trusty; urgency=medium
    
      * d/copyright: Drop incorrect Comment block in headers.
     -- James Page <email address hidden>   Mon, 27 Jan 2014 10:18:33 +0000
  • golang (2:1.2-2ubuntu2) trusty; urgency=medium
    
      * 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.
      * Fixes from golang trunk for better gccgo support (LP: #1271335):
        - d/p/issue27650045_40001_50001.diff:
          cmd/go: test: do not put object files where later steps will find them
        - d/p/issue28050043_60001_70001.diff:
          cmd/go: When linking with gccgo pass .a files in the order they are
          discovered
        - d/p/issue54790044_100001_110001.diff:
          cmd/go: do not require a valid archChar when using -compiler gccgo
      * d/copyright: Amendments for full compiliance with copyright format.
     -- James Page <email address hidden>   Mon, 27 Jan 2014 09:55:27 +0000
  • golang (2:1.2-2ubuntu1) trusty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
    
    golang (2:1.2-2) unstable; urgency=low
    
      * add patches/add-src-pkg-debug-elf-testdata-hello.patch to provide source
        for the testdata/ ELF binaries (Closes: #716853)
     -- James Page <email address hidden>   Mon, 06 Jan 2014 09:37:23 +0000
  • golang (2:1.2-1ubuntu1) trusty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
      * Dropped changes, no longer required:
        - d/control,control.cross: Update Breaks/Replaces for Ubuntu
          versions to ensure smooth upgrades, regenerate control file.
    
    golang (2:1.2-1) unstable; urgency=low
    
      * New upstream release.
      * drop patches/archive-tar-fix-links-and-pax.patch, it is merged upstream
      * godoc(1) is now in the Debian package golang-go.tools, it was moved into a
        separate repository by upstream.
      * move patches/godoc-symlinks.diff to golang-go.tools
     -- James Page <email address hidden>   Wed, 04 Dec 2013 11:13:08 +0000
  • golang (2:1.1.2-3ubuntu1) trusty; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
        - d/control,control.cross: Update Breaks/Replaces for Ubuntu
          versions to ensure smooth upgrades, regenerate control file.
    
    golang (2:1.1.2-3) unstable; urgency=low
    
      * cherry-pick upstream commit: archive-tar-fix-links-and-pax.patch
        (Closes: #730566)
     -- James Page <email address hidden>   Wed, 27 Nov 2013 12:12:43 +0000
  • golang (2:1.1.2-2ubuntu1) saucy; urgency=low
    
      * Merge from Debian unstable (LP: #1211749, #1202027). Remaining changes:
        - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
        - d/control,control.cross: Update Breaks/Replaces for Ubuntu
          versions to ensure smooth upgrades, regenerate control file.
    
    golang (2:1.1.2-2) unstable; urgency=low
    
      * Build golang-go-linux-* for each architecture (Thanks James Page)
        (Closes: #719611)
      * Update lintian-overrides to override statically-linked-binary and
        unstripped-binary-or-object for all of golang-go
    
    golang (2:1.1.2-1) unstable; urgency=low
    
      * New upstream release.
      * Relicense debian/ under the Go license to match upstream. All copyright
        holders agreed to this. (Closes: #716907)
      * golang-mode: don’t install for a number of emacs versions which are not
        supported upstream (Thanks Kevin Ryde) (Closes: #702511, #717521)
     -- James Page <email address hidden>   Tue, 20 Aug 2013 14:06:23 +0100