Codebase list golang-github-go-openapi-swag / debian/1%0.19.15-1
Update changelog for 1:0.19.15-1 release Anthony Fok 2 years ago
1 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-go-openapi-swag (1:0.19.15-1) unstable; urgency=medium
1
2 * New upstream version 0.19.15
3 * debian/watch: Update to version=4 and fix filenamemangle
4 * Replace build-dependency on golang-go with golang-any
5 * Revert "Disable test that fails on go >> 1.11"
6 The test no longer fails with Go 1.16 and 1.17.
7 * Skip IsFloat64AJSONInteger(math.SmallestNonzeroFloat64/2) test.
8 Go 1.17 increased the precision of math.SmallestNonzeroFloat64, so now
9 math.SmallestNonzeroFloat64/2 correctly returns the integer 0, whereas
10 Go <= 1.16 returned 5e-324, a non-integer.
11 See https://github.com/go-openapi/swag/issues/59 and
12 https://github.com/golang/go/issues/44058
13 * Update Maintainer email address to team+pkg-go@tracker.debian.org
14 * Change Section from devel to golang
15 * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
16 * Bump Standards-Version to 4.6.0 (no change)
17 * Add "Rules-Requires-Root: no" to debian/control
18 * Mark library package with "Multi-Arch: foreign"
19 * Add myself to the list of Uploaders
20
21 -- Anthony Fok <foka@debian.org> Tue, 19 Oct 2021 07:16:06 -0600
22
023 golang-github-go-openapi-swag (1:0.15.0-1) unstable; urgency=medium
124
225 * Team upload.