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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
golang-golang-x-tools (1:0.0~git20161028.0.b814a3b+ds-4) unstable; urgency=medium
* disable tests on gccgo (closes: #857024)
* add 0009-imports-symlink-flake.patch (Closes: #857025)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 17 Mar 2017 19:43:57 +0100
golang-golang-x-tools (1:0.0~git20161028.0.b814a3b+ds-3) unstable; urgency=high
* Reintroduce GOROOT hack to solve build failures with gccgo.
* Fix or disable tests that don't work when using gccgo. Possibly some tools
won't work with gccgo properly, this is being followed upstream in
https://github.com/golang/go/issues/17999
-- Martín Ferrari <tincho@debian.org> Mon, 21 Nov 2016 19:44:05 +0000
golang-golang-x-tools (1:0.0~git20161028.0.b814a3b+ds-2) unstable; urgency=medium
* Drop unneeded build-dependency on golang-doc. Add recommends on that.
* Adjust tests to cope with no golang-doc.
* Add copyright info about cmd/goyacc/yacc.go
-- Martín Ferrari <tincho@debian.org> Mon, 31 Oct 2016 22:50:49 +0000
golang-golang-x-tools (1:0.0~git20161028.0.b814a3b+ds-1) unstable; urgency=high
[ Tim Potter ]
* Remove dependency on js packages for golang-golang-x-tools-dev package
* Remove dependency on dev package for golang-golang-x-tools package
[ Martín Ferrari ]
* New upstream release.
* Add myself to Uploaders.
* Remove build dependencies on jquery and appengine libraries, as these are
not needed.
* Update oracle man page to new golang-guru tool.
* Clean-up debian/rules, and stop building heapview until nodejs dependency
issues are solved.
* Drop nodejs dependencies, so it can be installable everywhere again.
Raising urgency.
* Use /usr/share/golang-golang-x-tools for static web files.
* Stop embedding web files, and separate them from code.
* Remove useless watchfile.
* Adjust lintian overrides.
* debian/control: Fix Vcs-* fields.
* debian/control: Replace golang-go with golang-any in Build-Depends.
-- Martín Ferrari <tincho@debian.org> Mon, 31 Oct 2016 21:36:08 +0000
golang-golang-x-tools (1:0.0~git20160826.0.a832035-1) unstable; urgency=medium
* Team upload.
[ Paul Tagliamonte ]
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
[ Martín Ferrari ]
* New upstream snapshot. (Closes: #835760)
* debian/control: Update Standards-Version (no changes), and version
dependency on dh-golang.
* Remove now unneeded GOROOT hack, and simplify rules
* Add lintian overrides for -dev package.
[ Tim Potter ]
* Use external packages for third party javascript used in heapview.
-- Tim Potter <tpot@hpe.com> Sun, 16 Oct 2016 12:17:45 +1100
golang-golang-x-tools (1:0.0~git20160315.0.f42ec61-2) unstable; urgency=medium
* Rename bundle to golang-bundle. (Closes: #818551)
-- Michael Hudson-Doyle <michael.hudson@canonical.com> Thu, 17 Mar 2016 18:37:54 -0700
golang-golang-x-tools (1:0.0~git20160315.0.f42ec61-1) unstable; urgency=medium
* New upstream snapshot. (Closes: #818320)
- Passes tests with Go 1.6.
-- Michael Hudson-Doyle <michael.hudson@canonical.com> Wed, 16 Mar 2016 14:18:54 -0700
golang-golang-x-tools (1:0.0~git20151026.0.0f9d71c-2) unstable; urgency=medium
* Exclude "cover" and "vet" from being built/installed (Closes: #803130)
-- Tianon Gravi <tianon@debian.org> Tue, 27 Oct 2015 14:36:17 -0700
golang-golang-x-tools (1:0.0~git20151026.0.0f9d71c-1) unstable; urgency=medium
* Update to newer upstream snapshot (Closes: #802988)
- Compiles properly with Go 1.5+
- No longer installs everything to GOROOT
-- Tianon Gravi <tianon@debian.org> Mon, 26 Oct 2015 15:46:30 -0700
golang-golang-x-tools (1:0.0~git20150716.0.87156cb+dfsg1-4) unstable; urgency=medium
* Make the transitional golang-go.tools-dev Architecture: all, not
Architecture: any (otherwise both 1:0.0~git20150716.0.87156cb+dfsg1-3 and
0.0~hg20140703-4 are in Debian testing). (Closes: #799797)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 01 Oct 2015 20:55:09 +0200
golang-golang-x-tools (1:0.0~git20150716.0.87156cb+dfsg1-3) unstable; urgency=medium
* Rename stress to golang-stress (Closes: #793693)
-- Michael Stapelberg <stapelberg@debian.org> Mon, 27 Jul 2015 19:16:39 +0200
golang-golang-x-tools (1:0.0~git20150716.0.87156cb+dfsg1-2) unstable; urgency=medium
* Fix upgrade path by using correct version number (forgot the epoch
earlier) in Breaks/Replaces fields (Closes: #793650)
* Depend on dh-golang >= 1.7 instead of manually running go generate
-- Michael Stapelberg <stapelberg@debian.org> Sun, 26 Jul 2015 13:59:29 +0200
golang-golang-x-tools (1:0.0~git20150716.0.87156cb+dfsg1-1) unstable; urgency=medium
* Rename source and binary package from golang-go.tools{,-dev} to
golang-golang-x-tools{,-dev}, following the policy outlined at
http://pkg-go.alioth.debian.org/packaging.html
* New upstream version
* Repackage upstream source to use symlinks to jquery and jquery-ui instead
of bundled source copies.
* drop debian/patches/0003-fix-tests.patch (merged upstream)
* add debian/patches/0003-present-base-path.patch
* update standards-version to 3.9.6 (no changes necessary)
-- Michael Stapelberg <stapelberg@debian.org> Tue, 21 Jul 2015 10:36:10 +0200
golang-go.tools (0.0~hg20140703-4) unstable; urgency=medium
* Update debian/patches/0003-fix-tests.patch
-- Michael Stapelberg <stapelberg@debian.org> Fri, 12 Sep 2014 09:11:12 +0200
golang-go.tools (0.0~hg20140703-3) unstable; urgency=medium
* Add debian/patches/0003-fix-tests.patch (Closes: #754644)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 29 Aug 2014 09:50:11 +0200
golang-go.tools (0.0~hg20140703-2) unstable; urgency=medium
* Rename eg to golang-go (Closes: #753978)
-- Michael Stapelberg <stapelberg@debian.org> Tue, 22 Jul 2014 09:48:00 +0200
golang-go.tools (0.0~hg20140703-1) unstable; urgency=medium
* Import new upstream version (release-branch.go1.3). The old version broke
with go 1.3 (Closes: #753185)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 03 Jul 2014 18:52:34 +0200
golang-go.tools (0.0~hg20131126-3) unstable; urgency=low
* Add patch 0002-skip-online-tests.patch (Thanks James Page)
(Closes: #737985)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 07 Feb 2014 21:27:37 +0100
golang-go.tools (0.0~hg20131126-2) unstable; urgency=low
* Fix Breaks/Replaces field (Closes: #731498)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 06 Dec 2013 08:24:44 +0100
golang-go.tools (0.0~hg20131126-1) unstable; urgency=low
* Initial upload (Closes: #731046)
-- Michael Stapelberg <stapelberg@debian.org> Mon, 02 Dec 2013 22:17:08 +0100
|