Skip to content

Changelog golang-github-go-openapi-swag (1:0.19.15-1)

2021

golang-github-go-openapi-swag (1:0.19.15-1) unstable; urgency=medium

   * 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

2019

golang-github-go-openapi-swag (1:0.15.0-1) unstable; urgency=medium

   * 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.

2017

golang-github-go-openapi-swag (1:0.0~git20160704.0.1d0bd11-1) unstable; urgency=medium

   * Package earlier upstream snapshot as B-D for Kubernetes.

2016

golang-github-go-openapi-swag (0.0~git20161024.0.3b6d86c-1) unstable; urgency=medium

   * Initial release (Closes: #853813)