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
|
golang-golang-x-exp (0.0~git20250911.df92998-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.0~git20250911.df92998
* Bump Standards-Version, no changes needed
* gitlab-ci.yml: Update template
* drop 0003-typeparams-don-t-complain-that-Go-1.17-doesn-t-suppo.patch
merged upstream
* Build-depend on golang-golang-x-tools-dev
* debian/rules: make x/exp/event exclusion more specific
-- Reinhard Tartler <siretart@tauware.de> Fri, 03 Oct 2025 08:06:44 -0400
golang-golang-x-exp (0.0~git20231006.7918f67-2) unstable; urgency=medium
* Team upload.
[ Guillem Jover ]
* Update gbp.conf following latest Go Team workflow.
* Switch to Standards-Version 4.7.1 (no changes needed).
* Add debian/upstream/metadata file.
* Update copyright years.
* Add a debian/.gitignore file.
[ Nicolas Peugnet ]
* Backport a patch to fix the tests with go 1.24. (Closes: #1096213)
-- Guillem Jover <gjover@sipwise.com> Wed, 26 Feb 2025 17:44:05 +0100
golang-golang-x-exp (0.0~git20231006.7918f67-1) unstable; urgency=medium
* New upstream version 0.0~git20231006.7918f67
* Bump Standards-Version to 4.6.2 (no change)
* debian/rules: Exclude apidiff to avoid extra dependencies
* Add myself to the list of Uploaders
-- Anthony Fok <foka@debian.org> Sun, 05 Nov 2023 17:22:59 -0700
golang-golang-x-exp (0.0~git20230522.2e198f4-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.0~git20230522.2e198f4
* Bump build-dependency golang-any (>= 2:1.20~) as per go.mod
* Remove 0003-slog-fix-RFC3339-regexp-when-offset-is-positive.patch
which has been applied upstream.
* Update DH_GOLANG_EXCLUDES directory list as per upstream, where
- Changed: slog/benchmarks/zapbenchmarks → slog/benchmarks/zap_benchmarks
- Added: slog/benchmarks/zerolog_benchmarks
-- Anthony Fok <foka@debian.org> Tue, 20 Jun 2023 02:03:40 -0600
golang-golang-x-exp (0.0~git20221028.83b7d23-2) unstable; urgency=medium
* Team upload.
* Fix time regexp in slog test
-- Shengjing Zhu <zhsj@debian.org> Sun, 30 Oct 2022 02:51:42 +0800
golang-golang-x-exp (0.0~git20221028.83b7d23-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.0~git20221028.83b7d23
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* Bump build-dependency golang-any (>= 2:1.18~) as per go.mod
* Reorder fields in debian/control and debian/copyright
* Drop -dev package unneeded dependency on ${shlibs:Depends}
* Replace Built-Using field with Static-Built-Using
* Use dh-sequence-golang instead of dh-golang and --with=golang
* debian/rules: Invoke dh with --builddirectory=_build
* Bump Standards-Version to 4.6.1 (no change)
* Exclude slog/benchmarks/zapbenchmarks to avoid extra dependencies
-- Anthony Fok <foka@debian.org> Fri, 28 Oct 2022 09:30:38 -0600
golang-golang-x-exp (0.0~git20220328.053ad81-1) unstable; urgency=medium
* Team upload.
[ Tianon Gravi ]
* Remove self from Uploaders
[ Shengjing Zhu ]
* New upstream snapshot
* Disable pgpmode in uscan watch file
* Simplify d/rules
* Update Section to golang
* Update maintainer address to team+pkg-go@tracker.debian.org
* Bump debhelper-compat to 13
* Replace golang-go with golang-any
* Update Standards-Version to 4.6.0 (no changes)
* Add autopkgtest-pkg-go
* Add Rules-Requires-Root
* Add Multi-Arch hint
* Exclude more unused packages
* Refresh patches
* Install typeparams/go.mod as well
-- Shengjing Zhu <zhsj@debian.org> Thu, 31 Mar 2022 01:39:09 +0800
golang-golang-x-exp (0.0~git20181112.a3060d4-2) unstable; urgency=medium
* Team upload
* Pick upstream patch to fix FTBFS (Closes: #918417)
-- Balint Reczey <rbalint@ubuntu.com> Wed, 21 Oct 2020 15:28:43 +0200
golang-golang-x-exp (0.0~git20181112.a3060d4-1) unstable; urgency=medium
[ Alexandre Viau ]
* Team upload.
* New upstream snapshot.
* Add watch file.
* Don't build cmd.
[ Jelmer Vernooij ]
* Change priority extra to priority optional.
-- Alexandre Viau <aviau@debian.org> Wed, 21 Nov 2018 12:47:24 -0500
golang-golang-x-exp (0.0~git20150826.1.eb7c1fa-2) unstable; urgency=medium
[ Paul Tagliamonte ]
* Team upload.
* Use a secure transport for the Vcs-Git and Vcs-Browser URL
* Remove Built-Using from arch:all -dev package
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
* Use https copyright format url.
-- Alexandre Viau <aviau@debian.org> Sun, 15 Apr 2018 12:20:13 -0400
golang-golang-x-exp (0.0~git20150826.1.eb7c1fa-1) unstable; urgency=medium
* Initial release
-- Tianon Gravi <tianon@debian.org> Fri, 04 Sep 2015 13:17:54 -0700
|