1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
golang (2011.04.13-2~exp5) experimental; urgency=low
* s/freebsd/kfreebsd/
-- Ondřej Surý <ondrej@debian.org> Wed, 27 Apr 2011 14:47:05 +0200
golang (2011.04.13-2~exp4) experimental; urgency=low
* Fix kfreebsd builds by depending on freebsd-hackedutils and fixing
upstream path to ld-elf.so.1 on kfreebsd-i386
-- Ondřej Surý <ondrej@debian.org> Wed, 27 Apr 2011 14:01:14 +0200
golang (2011.04.13-2~exp3) experimental; urgency=low
* No need to remove RUNPATH from binaries; fixed upstream (golang#1527)
-- Ondřej Surý <ondrej@debian.org> Wed, 27 Apr 2011 10:50:48 +0200
golang (2011.04.13-2~exp2) experimental; urgency=low
* DEB_HOST_ARCH_CPU is arm for armel
* Add GNU/KFreeBSD support by replacing all uname calls by $(GOOS)
-- Ondřej Surý <ondrej@debian.org> Tue, 26 Apr 2011 16:40:46 +0200
golang (2011.04.13-2~exp1) experimental; urgency=low
* Add support for kfreebsd-i386, kfreebsd-amd64, armel and armhf
architectures
* Set GOHOSTOS and GOHOSTARCH to match dpkg-architecture variables
-- Ondřej Surý <ondrej@debian.org> Tue, 26 Apr 2011 11:53:59 +0200
golang (2011.04.13-1) unstable; urgency=low
[ Florian Weimer ]
* Delete bin directory in clean target
* Enable parallel build
* golang-src: install source files directly
* Use proper symlink targets for architecture-independent toolchain
names
* Emacs mode: indent keys in struct literals properly
[ Ondřej Surý ]
* Imported Upstream weekly version 2011.04.13
* Update patches to new weekly release
* Add lintian-override for gotest binary
-- Ondřej Surý <ondrej@debian.org> Tue, 26 Apr 2011 09:59:28 +0200
golang (2011.03.07.1-1) unstable; urgency=low
* Imported Upstream version 2011.03.07.1
* Install to /usr/lib/go
* Remove xkcd strip to get rid of CC-NC-BY
* Update golang-src.install to new upstream
* Remove 002-use_GOROOT_FINAL_in_generated_binaries.patch; merged
upstream
* Make all .go files no-executable
* Update lintian-overrides to include both types of syntax
-- Ondřej Surý <ondrej@debian.org> Wed, 20 Apr 2011 17:36:48 +0200
golang (2011.02.15-2) unstable; urgency=low
[ Ondřej Surý ]
* Add ${misc:Depends} to golang-mode to shutup lintian
* Rehaul build system and add golang-src package with .go source files
* goinstall: do not automatically install prerequisities
* goinstall: don't report to dashboard by default
* Add a README.Debian about local modifications to goinstall
* Add warning about local modifications also directly to goinstall command
[ Florian Weimer ]
* Fix syntax error in 004-
dont_reinstall_dependencies_in_goinstall.patch
-- Ondřej Surý <ondrej@debian.org> Fri, 18 Feb 2011 16:02:09 +0100
golang (2011.02.15-1) unstable; urgency=low
[ Obey Arthur Liu ]
* Added pkg-google git repo to control file
[ Florian Weimer ]
* Build golang-mode package
[ Ondřej Surý ]
* Imported Upstream version 2011.02.15
* Don't compress godoc documentation
* Correctly use $GOROOT_FINAL in the build chain
* Remove RPATH/RUNPATH from go binaries
-- Ondřej Surý <ondrej@debian.org> Fri, 18 Feb 2011 11:39:10 +0100
golang (2011.02.01.1-1) unstable; urgency=low
[ Ivan Wong ]
* Initial release (Closes: #574371)
[ Jonathan Nieder ]
* Fill out copyright file
* Rewrite debian/rules using dh driver
* debian: fix get-orig-source rule
* debian: do not install extra files on repeated build
* debian: fix reversed ‘if’
* debian: do not leave around stale debian/env.sh+ file
* debian: Build-Depends on awk instead of gawk
* debian: add run-time dependency on perl
* debian: add build-time dependency on perl
* debian: fix setting of GOARM on arm
* debian: do not compress files in web page
* debian: install favicon
[ Ondřej Surý ]
* Make myself a maintainer
* Add patch to allow IPv4 on IPv6 sockets (Courtesy of Florian Weimer)
* Use GOROOT_FINAL and change GOBIN to /usr/bin
* Get rid of env.sh and wrappers
* Add support for building in i386 pbuilder on amd64 architecture
* Rename source package to golang to match upstream repository name
* Add golang-doc package
* Split package into compiler, docs and tools
* Don't install quietgcc and hgpatch
* Don't generate fake gomake
* Update golang-doc package
* Export GOHOSTARCH and GOHOSTOS
* Disable build time checks
* Fail on missed installed files
* Revert s{tmp{golang-go{ change in DESTDIR
* Relicence debian/ files from versionless GPL to GPL-3
* Move golang-doc to doc section
* Add more lintian overrides for Go binaries
* Install all 6,8,5 variants of commands
* Install golang-* symlinks for 6,8,5* commands
* Don't strip govet as well
* Remove ${shlibs:Depends} where it doesn't belong
* Move more html files to golang-doc package
* Remove codereview directory - some python code to deal with mercurial
-- Ondřej Surý <ondrej@debian.org> Mon, 14 Feb 2011 17:42:39 +0100
|