* New upstream version 0.19.15
* debian/watch: Update to version=4 and fix filenamemangle
* Replace build-dependency on golang-go with golang-any
* Revert "Disable test that fails on go >> 1.11"
The test no longer fails with Go 1.16 and 1.17.
* Skip IsFloat64AJSONInteger(math.SmallestNonzeroFloat64/2) test.
Go 1.17 increased the precision of math.SmallestNonzeroFloat64, so now
math.SmallestNonzeroFloat64/2 correctly returns the integer 0, whereas
Go <= 1.16 returned 5e-324, a non-integer.
See https://github.com/go-openapi/swag/issues/59 and
https://github.com/golang/go/issues/44058
* Update Maintainer email address to team+pkg-go@tracker.debian.org
* Change Section from devel to golang
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* Bump Standards-Version to 4.6.0 (no change)
* Add "Rules-Requires-Root: no" to debian/control
* Mark library package with "Multi-Arch: foreign"
* Add myself to the list of Uploaders
* Team upload.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Martina Ferrari ]
* New upstream release.
* Automatic cme fixes.
* Update gbp.conf.
* Add watchfile.
* Add new dependency.
* Disable test that fails on go >> 1.11.
* Package earlier upstream snapshot as B-D for Kubernetes.
* Initial release (Closes: #853813)