~ubuntu-branches/ubuntu/trusty/golang/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-20 14:06:23 UTC
  • mfrom: (14.1.23 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130820140623-b414jfxi3m0qkmrq
Tags: 2:1.1.2-2ubuntu1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
golang (2:1.1.2-2ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Merge from Debian unstable (LP: #1211749, #1202027). Remaining changes:
 
4
    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
 
5
    - d/control,control.cross: Update Breaks/Replaces for Ubuntu
 
6
      versions to ensure smooth upgrades, regenerate control file.
 
7
 
 
8
 -- James Page <james.page@ubuntu.com>  Tue, 20 Aug 2013 14:06:23 +0100
 
9
 
 
10
golang (2:1.1.2-2) unstable; urgency=low
 
11
 
 
12
  * Build golang-go-linux-* for each architecture (Thanks James Page)
 
13
    (Closes: #719611)
 
14
  * Update lintian-overrides to override statically-linked-binary and
 
15
    unstripped-binary-or-object for all of golang-go
 
16
 
 
17
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 20 Aug 2013 08:13:40 +0200
 
18
 
 
19
golang (2:1.1.2-1) unstable; urgency=low
 
20
 
 
21
  * New upstream release.
 
22
  * Relicense debian/ under the Go license to match upstream. All copyright
 
23
    holders agreed to this. (Closes: #716907)
 
24
  * golang-mode: don’t install for a number of emacs versions which are not
 
25
    supported upstream (Thanks Kevin Ryde) (Closes: #702511, #717521)
 
26
 
 
27
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 13 Aug 2013 13:47:58 +0200
 
28
 
 
29
golang (2:1.1.1-4ubuntu1) saucy; urgency=low
 
30
 
 
31
  * Merge from Debian unstable.  Remaining changes:
 
32
    - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
 
33
    - d/control,control.cross: Update Breaks/Replaces for Ubuntu
 
34
      versions to ensure smooth upgrades, regenerate control file.
 
35
 
 
36
 -- James Page <james.page@ubuntu.com>  Mon, 05 Aug 2013 15:35:05 +0100
 
37
 
 
38
golang (2:1.1.1-4) unstable; urgency=low
 
39
 
 
40
  * Disable stripping, it breaks go binaries on some architectures. This drops
 
41
    the golang-dbg package which would be empty now. (Thanks Robie Basak)
 
42
    (Closes: #717172)
 
43
 
 
44
 -- Michael Stapelberg <stapelberg@debian.org>  Wed, 17 Jul 2013 19:15:18 +0200
 
45
 
 
46
golang (2:1.1.1-3ubuntu3) saucy; urgency=low
 
47
 
 
48
  * Disable upstream-unsupported stripping of binaries to fix go crash
 
49
    (LP: #1200255).
 
50
 
 
51
 -- Robie Basak <robie.basak@ubuntu.com>  Wed, 17 Jul 2013 10:43:11 +0000
 
52
 
 
53
golang (2:1.1.1-3ubuntu2) saucy; urgency=low
 
54
 
 
55
  * d/control,control.cross: Update Breaks/Replaces for Ubuntu
 
56
    versions to fix broken upgrades, regenerate control file. 
 
57
 
 
58
 -- James Page <james.page@ubuntu.com>  Mon, 15 Jul 2013 14:54:48 +0100
 
59
 
 
60
golang (2:1.1.1-3ubuntu1) saucy; urgency=low
 
61
 
 
62
  * 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
 
63
 
 
64
 -- James Page <james.page@ubuntu.com>  Mon, 15 Jul 2013 11:14:07 +0100
 
65
 
 
66
golang (2:1.1.1-3) unstable; urgency=low
 
67
 
 
68
  * Ship */runtime/cgo.a in golang-go to ensure it is present. It can only be
 
69
    used on the native architecture anyway (cannot be used when
 
70
    cross-compiling), so having it in golang-go-$GOOS-$GOARCH is not
 
71
    necessary. Even worse, since these packages are arch: all, they will be
 
72
    built precisely once, and only the runtime/cgo.a for the buildd’s native
 
73
    arch will be present. (Closes: #715025)
 
74
 
 
75
 -- Michael Stapelberg <stapelberg@debian.org>  Thu, 11 Jul 2013 20:25:52 +0200
 
76
 
 
77
golang (2:1.1.1-2) unstable; urgency=low
 
78
 
 
79
  [ James Page ]
 
80
  * Ensure smooth upgrade path from << 2:1.1-2 (Closes: #714838)
 
81
 
 
82
 -- Michael Stapelberg <stapelberg@debian.org>  Wed, 03 Jul 2013 18:05:58 +0200
 
83
 
 
84
golang (2:1.1.1-1) unstable; urgency=low
 
85
 
 
86
  * Imported Upstream version 1.1.1
 
87
 
 
88
 -- Ingo Oeser <nightlyone@googlemail.com>  Fri, 14 Jun 2013 23:25:44 +0200
 
89
 
 
90
golang (2:1.1-2) unstable; urgency=low
 
91
 
 
92
  [ Ondřej Surý ]
 
93
  * Promote Michael to Maintainer
 
94
 
 
95
  [ Michael Stapelberg ]
 
96
  * Build golang-go-$GOOS-$GOARCH packages for cross-compiling (Closes: #710090)
 
97
  * Build race detector on linux/amd64 (only supported arch) (Closes: #710691)
 
98
  * Switch compression to xz (50% smaller binaries)
 
99
 
 
100
 -- Michael Stapelberg <stapelberg@debian.org>  Fri, 07 Jun 2013 23:18:09 +0200
 
101
 
 
102
golang (2:1.1-1) unstable; urgency=low
 
103
 
 
104
  * New upstream release: Go 1.1!
 
105
  * Remove the long obsolete goinstall debconf question and config file.
 
106
    goinstall does not exist anymore since a long time.
 
107
    This also obsoletes the need for any translations
 
108
    (Closes: #685923, #692478)
 
109
  * Emacs go-mode auto-mode-alist entry was fixed upstream (Closes: #670371)
 
110
 
 
111
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 14 May 2013 19:36:04 +0200
 
112
 
 
113
golang (2:1.1~hg20130405-1) experimental; urgency=low
 
114
 
 
115
  * Provide a new hg tip snapshot. This includes what was recently released as
 
116
    Go 1.1 beta.
 
117
 
 
118
 -- Michael Stapelberg <stapelberg@debian.org>  Fri, 05 Apr 2013 18:24:36 +0200
 
119
 
 
120
golang (2:1.1~hg20130323-1) experimental; urgency=low
 
121
 
 
122
  * Provide a new hg tip snapshot.
 
123
  * Add debian/watch (Closes: #699698)
 
124
 
 
125
 -- Michael Stapelberg <stapelberg@debian.org>  Sat, 23 Mar 2013 11:31:26 +0100
 
126
 
 
127
golang (2:1.1~hg20130304-2) experimental; urgency=low
 
128
 
 
129
  * Fix FTBFS of binary-arch only builds (as performed by buildds)
 
130
    caused by 'rm' not finding jquery.js in golang-doc
 
131
    (Thanks Peter Green)
 
132
 
 
133
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 05 Mar 2013 00:49:27 +0100
 
134
 
 
135
golang (2:1.1~hg20130304-1) experimental; urgency=low
 
136
 
 
137
  * Provide a hg tip snapshot (2013-03-04) in Debian experimental.
 
138
    Current hg tip is a good approximation to Go 1.1 and should get
 
139
    some testing within Debian in order to package Go 1.1 well when
 
140
    it is released. Thanks to Andrew Gerrand.
 
141
 
 
142
 -- Michael Stapelberg <stapelberg@debian.org>  Mon, 04 Mar 2013 21:28:58 +0100
 
143
 
1
144
golang (2:1.0.2-2) unstable; urgency=low
2
145
 
3
146
  * Add myself to uploaders, as discussed in #683421.
376
519
  * Remove codereview directory - some python code to deal with mercurial
377
520
 
378
521
 -- Ondřej Surý <ondrej@debian.org>  Mon, 14 Feb 2011 17:42:39 +0100
 
522