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
|
golang-google-api (0.61.0-6) unstable; urgency=medium
* Team upload
* Add patch to fix FTBFS on 32bit systems (Closes: #1103120)
-- Mathias Gibbens <gibmat@debian.org> Mon, 21 Apr 2025 15:06:13 +0000
golang-google-api (0.61.0-5) unstable; urgency=high
* Team Upload
* Fix deadlock in test after updating golang.org/x/sync to 0.7.0
Closes: #1071038
-- Reinhard Tartler <siretart@tauware.de> Mon, 13 May 2024 17:40:29 -0400
golang-google-api (0.61.0-4) unstable; urgency=medium
* Fix patch to be compatible with old golang-golang-x-oauth2 version
-- Shengjing Zhu <zhsj@debian.org> Fri, 05 Jan 2024 03:46:15 +0800
golang-google-api (0.61.0-3) unstable; urgency=medium
* Team upload.
* Reupload as the previous version conflicts with other sponsors.
* Use less strict version dependencies to ease testing migration.
-- Shengjing Zhu <zhsj@debian.org> Thu, 04 Jan 2024 21:27:05 +0800
golang-google-api (0.61.0-2) unstable; urgency=medium
* Team upload.
[ M Hickford ]
* Backport patch to fix test with golang-golang-x-oauth2 >= 0.13
(Closes: #1058532)
-- Shengjing Zhu <zhsj@debian.org> Thu, 04 Jan 2024 21:03:29 +0800
golang-google-api (0.61.0-1) unstable; urgency=medium
* New upstream version 0.61.0
* Update versioned dependencies as per go.mod as much as currently possible
* Reorder fields in debian/control and debian/copyright
as would be generated in the next dh-make-golang release after 0.6.0-1
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Add explicit build-dependency on dh-golang (>= 1.53~)
which fixes an error in "no non-test Go files" path removal logic so
that integration-tests/downscope (which follows integration-tests/byoid)
does get removed from the build target list.
-- Anthony Fok <foka@debian.org> Thu, 16 Dec 2021 14:03:56 -0700
golang-google-api (0.51.0-1) unstable; urgency=medium
* New upstream version 0.51.0
* Update versioned dependencies as per go.mod as much as currently possible
* debian/rules: Add "-short" flag to "go test" to skip integration tests
which require a Service Account Key File from a Google Cloud project
* Revert "Add patch to disable idtoken integration test" which is no longer
necessary with "go test -short"
-- Anthony Fok <foka@debian.org> Thu, 28 Oct 2021 23:40:47 -0600
golang-google-api (0.45.0-1) unstable; urgency=medium
* New upstream version 0.45.0
* debian/watch: Use api.github.com to fetch older versions
which are no longer listed on the first page of releases/tags
* Update versioned dependencies as per go.mod as much as currently possible
* Add patch to disable idtoken integration test as no credential file
GOOGLE_APPLICATION_CREDENTIALS is provided for Debian build
-- Anthony Fok <foka@debian.org> Sun, 05 Sep 2021 00:47:21 -0600
golang-google-api (0.40.0-1) unstable; urgency=medium
* New upstream version 0.40.0
* Change Section from devel to golang
* Bump Standards-Version to 4.6.0 (no change)
* Mark library package with "Multi-Arch: foreign"
* Update versioned dependencies as per go.mod as much as currently possible
-- Anthony Fok <foka@debian.org> Sat, 04 Sep 2021 06:36:06 -0600
golang-google-api (0.28.0-2) unstable; urgency=medium
* Team upload.
* Break circular dependency with golang-google-cloud-dev.
It only needs golang-google-cloud-compute-metadata-dev.
Closes: #971359
* Add Rules-Requires-Root
* Bump debhelper-compat to 13
-- Shengjing Zhu <zhsj@debian.org> Tue, 29 Sep 2020 22:43:30 +0800
golang-google-api (0.28.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Depends: golang-google-cloud-dev (>= 0.56.0~),
golang-go.opencensus-dev (>= 0.22.0~)
* exclude google.golang.org/api/internal/kokoro/synth/sendpr
(usr/bin/sendpr) from installation in -dev package
-- Drew Parsons <dparsons@debian.org> Mon, 28 Sep 2020 16:22:21 +0800
golang-google-api (0.21.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.21.0
-- Shengjing Zhu <zhsj@debian.org> Wed, 15 Apr 2020 03:42:54 +0800
golang-google-api (0.15.0-1) unstable; urgency=medium
* New upstream version 0.15.0
- bundler: limit the total number of goroutines to HandlerLimit
which fixes random FTBFS. Thanks to Santiago Vila for the report,
and to Eddie Scholtz for the fix. (Closes: #927114)
* Process debian/control with "cme fix dpkg"
which also bumps Standards-Version to 4.5.0
* Add dependency on golang-github-googleapis-gax-go-dev (>= 2.0.5~)
as per go.mod
-- Anthony Fok <foka@debian.org> Wed, 26 Feb 2020 14:28:38 -0700
golang-google-api (0.7.0-2) unstable; urgency=medium
* Remove empty debian/patches/series file
* Tighten versioned dependencies according to go.mod
to help mitigate failed tests on testing on debci
-- Anthony Fok <foka@debian.org> Wed, 07 Aug 2019 05:26:10 -0600
golang-google-api (0.7.0-1) unstable; urgency=medium
* New upstream version v0.7.0
* Add myself to the list of Uploaders
* Update versioned dependencies: golang-golang-x-oauth2-google-dev
(>= 0.0~git20190604.0f29369~) and golang-google-grpc-dev (>= 1.20.1~)
-- Anthony Fok <foka@debian.org> Thu, 01 Aug 2019 18:23:38 -0600
golang-google-api (0.1.0-2) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.4.0
-- Drew Parsons <dparsons@debian.org> Tue, 30 Jul 2019 16:50:50 +0800
golang-google-api (0.1.0-1) experimental; urgency=medium
* Team upload.
* New upstream version 0.1.0
* update source url to
https://github.com/googleapis/google-api-go-client
* drop patch 0001-remove-OpenCensus-support.patch
(redundant, files no longer present)
* Standards-Version: 4.3.0
* debhelper compatibility level 12
Build-Depends: debhelper-compat (= 12)
* Depends, Build-Depends: golang-go.opencensus-dev
-- Drew Parsons <dparsons@debian.org> Sun, 05 May 2019 22:37:01 +0800
golang-google-api (0.0~git20180916.19ff876-2) unstable; urgency=medium
* Team upload.
* Bump golang-golang-x-oauth2-google-dev version.
-- Shengjing Zhu <zhsj@debian.org> Fri, 21 Sep 2018 14:22:21 +0800
golang-google-api (0.0~git20180916.19ff876-1) unstable; urgency=medium
* Team upload.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Martín Ferrari ]
* debian/control: Add missing dependency.
[ Shengjing Zhu ]
* New upstream version git20180916.19ff876
* Update debhelper and compat to 11.
* Update team mail address to team+pkg-go@tracker.debian.org.
* Update Standards-Version to 4.2.1. (no changes)
* Add patch to remove OpenCensus support.
* Add golang-github-google-go-cmp-dev to Build-Depends (used in test only)
* Install extra file for testing.
* Add debian/watch file.
-- Shengjing Zhu <zhsj@debian.org> Thu, 20 Sep 2018 22:24:49 +0800
golang-google-api (0.0~git20170907.b1ecfb3-1) unstable; urgency=medium
[ Shengjing Zhu ]
* Team upload
* New upstream release
* Drop old patches
* Change priority to optional
* Add golang-golang-x-oauth2-google-dev to Build-Depends
* Enable tests
-- Martín Ferrari <tincho@debian.org> Wed, 13 Sep 2017 03:22:28 +0000
golang-google-api (0.0~git20170310.0.1202890e-2) unstable; urgency=medium
* Upload to unstable.
* debian/control: Update Standards-Version (no changes).
* debian/control: Mark package as autopkgtest-able.
* debian/control: Remove references to obsolete golang-go.net-dev.
* debian/copyright: Format uses http protocol instead of https.
-- Martín Ferrari <tincho@debian.org> Mon, 28 Aug 2017 03:08:56 +0000
golang-google-api (0.0~git20170310.0.1202890e-1) experimental; urgency=medium
[ Martín Ferrari ]
* Update version of dh-golang dependency (for XS-Go-Import-Path
support).
[ Michael Stapelberg ]
* New upstream release.
-- Michael Stapelberg <stapelberg@debian.org> Mon, 13 Mar 2017 10:04:31 +0100
golang-google-api (0.0~git20161128.3cc2e59-1) unstable; urgency=medium
* Add myself to Uploaders.
* debian/copyright: Point to actual git repo.
* New upstream release.
* Add new dependencies.
-- Martín Ferrari <tincho@debian.org> Fri, 02 Dec 2016 22:21:10 +0000
golang-google-api (0.0~git20160408-2) unstable; urgency=medium
[ Dr. Tobias Quathamer ]
* Team upload.
* Use debhelper v10
* Build-Depends on golang-golang-x-net-dev instead of golang-go.net-dev
* Use XS-Go-Import-Path in d/control
* Switch to golang-any
* Remove Built-Using
* Remove Depends on golang-go for -dev package
* Update team name
[ Tim Potter ]
* Add me to uploaders
-- Dr. Tobias Quathamer <toddy@debian.org> Mon, 14 Nov 2016 12:05:10 +0100
golang-google-api (0.0~git20160408-1) unstable; urgency=medium
* Team upload.
[ Tim Potter ]
* New upstream snapshot (Closes: #822164)
[ Daniel Stender ]
* deb/control:
+ bumped standards to 3.9.8 (no changes needed).
+ changed Vcs-Git and Vcs-Browser.
-- Daniel Stender <stender@debian.org> Fri, 22 Apr 2016 23:41:02 +0200
golang-google-api (0.0~git20150609-1) unstable; urgency=medium
* Initial release (Closes: #789252)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 19 Jun 2015 09:35:07 +0200
|