* Package name : fortio Version : 1.2.1 Upstream Author : Laurent Demailly <ldemailly@gmail.com> * URL : https://github.com/fortio/fortio * License : Apache 2.0 Programming Lang: Go Description : Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats. See https://fortio.org and https://github.com/fortio/fortio/#fortio Fairly wide use in containers/micro services and golang land (istio, kubernetes) and generally useful advanced load testing. Compares to wrk and httpbin: https://github.com/fortio/fortio/wiki/FAQ#how-is-fortio-different-from-wrk I do need a sponsor and would love co maintainers
Started the work on https://github.com/fortio/fortio/pull/300/files but could use some help and guidance to make it actually work and be correct
So I can now generate .deb package from "make release" https://github.com/fortio/fortio/pull/302/files#diff-2842cdb8584a7666b48c3f3b225b835c How do I get this into standard apt repositories ? (right now it is downloadable from https://github.com/fortio/fortio/releases ) Thanks Laurent
It now works and passes lintian: https://github.com/fortio/fortio/tree/master/debian you can see the produced x86 artifacts on https://github.com/fortio/fortio/releases/tag/v1.3.0
So I have sbuild working now with no lintian error for 1.3.1-1 How can we turn it into an actual debian package/what are the next steps? https://github.com/fortio/fortio/releases/tag/v1.3.1 Thanks Laurent