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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299
|
golang-golang-x-tools (1:0.0~git20190125.d66bd3c+ds-4) unstable; urgency=high
* Do not build cmd/gopls/forward,as it does not seem to be used, and
conflicts with binaries in other packages. Closes: #920934.
-- Martín Ferrari <tincho@debian.org> Wed, 30 Jan 2019 20:18:31 +0000
golang-golang-x-tools (1:0.0~git20190125.d66bd3c+ds-3) unstable; urgency=high
* debian/control: Remove Build-Dep on golang-doc, as it is not really
needed and prevents building in non-golang-go arches.
-- Martín Ferrari <tincho@debian.org> Mon, 28 Jan 2019 23:58:22 +0000
golang-golang-x-tools (1:0.0~git20190125.d66bd3c+ds-2) unstable; urgency=high
* Fix build failures on mips/mipsel due to alignment issues.
-- Martín Ferrari <tincho@debian.org> Mon, 28 Jan 2019 20:57:26 +0000
golang-golang-x-tools (1:0.0~git20190125.d66bd3c+ds-1) unstable; urgency=high
[ Anthony Fok ]
* Build-Depend on dh-golang (>= 1.31~) So that testdata/ directories are
copied automatically, avoiding build errors.
* Build-Depend on golang-any (>= 2:1.8~) for doc.IsPredefined
[ Dr. Tobias Quathamer ]
* Update team name
* Update to Standards-Version 4.3.0
* Simplify gbp.conf
* Use HTTPS for Homepage
* Remove empty d/lintian-overrides
* Refresh patches
* Disable pristine-tar
* Set GOCACHE variable to on
[ Martín Ferrari ]
* New upstream snapshot. Closes: #918415 (raising urgency).
* debian/gbp.conf: Re-add debian-branch option, as some tools require
it.
* debian/control: Build-depend on golang-doc, as some tests require it.
* Fix GOCACHE value so it matches what tests expect.
* debian/rules: Honour DEB_BUILD_OPTIONS=nocheck.
* Fix more failing tests.
* Add watchfile.
* Update lintian overrides for test data.
* Disable loading Google Analytics in godoc pages.
* debian/control: Remove unneeded build dependencies.
-- Martín Ferrari <tincho@debian.org> Mon, 28 Jan 2019 14:13:45 +0000
golang-golang-x-tools (1:0.0~git20180501.d3e4ceb5+ds-1) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Anthony Fok ]
* New upstream version 0.0~git20180501.d3e4ceb5+ds
from release-branch.go1.10
* Apply "cme fix dpkg" fixes to debian/control,
bumping Standards-Version to 4.1.4, etc.
* Use debhelper (>= 11)
* Refresh patches
* Apply upstream patch to fix TestGuru error.
See "cmd/guru: skip broken test for old Go versions for now"
at https://go-review.googlesource.com/c/tools/+/112375
-- Anthony Fok <foka@debian.org> Wed, 09 May 2018 17:23:50 -0600
golang-golang-x-tools (1:0.0~git20180222.0.f8f2f88+ds-1) unstable; urgency=high
* New upstream snapshot. Closes: #890927.
* Refresh patches.
* Add new lintian overrides.
* Fix gccgo build by disabling a couple of tests.
* Stop manually copying testdata.
-- Martín Ferrari <tincho@debian.org> Sat, 24 Feb 2018 12:07:14 +0000
golang-golang-x-tools (1:0.0~git20170707.0.bce9606b+ds-1) unstable; urgency=medium
* New upstream snapshot.
* Delete 0010-fix-gorename-tests.patch because "x/tools/cmd/rename:
tests are failing for Go 1.7 and Go 1.8" has been fixed upstream.
* Remove GOROOT hack (needed by gccgo-6 but not gccgo-7).
gccgo-7 no longer installs godoc into $GOROOT/bin like gccgo-6 did,
and the old GOROOT hack would actually cause FTBFS with gccgo-7.
(Closes: #866710)
* Update and re-enable patches which disable or fix/workaround
issues with certain tests with gccgo-7.
-- Anthony Fok <foka@debian.org> Fri, 07 Jul 2017 16:18:16 -0600
golang-golang-x-tools (1:0.0~git20170629.0.1b3bb8de+ds-1) unstable; urgency=medium
* Repack to remove excluded files (command: "XZ_OPT=-9e mk-origtargz -S +ds").
-- Anthony Fok <foka@debian.org> Fri, 30 Jun 2017 23:29:00 -0600
golang-golang-x-tools (1:0.0~git20170629.0.1b3bb8de-1) unstable; urgency=medium
* New upstream snapshot.
* Bump Standards-Version to 4.0.0:
Use https form of the copyright-format URL in debian/copyright.
* Add myself to the list of Uploaders.
* Add Build-Depends on golang-golang-x-crypto-dev due to new dependency on
golang.org/x/crypto/acme/autocert in command-line tools.
* Update debian patches for new upstream snapshot:
- Refreshed to remove line offsets and/or fuzz:
* 0002-skip-online-tests.patch
* 0005-Disable_static.go.patch (with minor code adjustment)
* 0006-Do_not_depend_on_golang-doc.patch
- Disabled for now:
* 0004-heapview.patch (does not apply cleanly, and heapview is not built)
* 0007-Disable_tests_for_gccgo.patch (gccgo-7 may do better than gccgo-6)
* 0008-Fix_tests_for_gccgo.patch (Ditto)
- Deleted previously cherry-picked upstream patch:
* 0009-imports-symlink-flake.patch
- Add upstream work-in-progress patch to fix failed gorename tests:
* 0010-fix-gorename-tests.patch
* Update Lintian overrides.
-- Anthony Fok <foka@debian.org> Fri, 30 Jun 2017 10:43:15 -0600
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
|