golang-github-thejerf-suture 4.0.1-1 source package in Ubuntu

Changelog

golang-github-thejerf-suture (4.0.1-1) unstable; urgency=medium

  * New upstream version.
  * d/control:
    - Add myself as Uploaders. (Closes: #940433)
    - Bump debhelper-compat from 12 to 13.
    - Bump Standards-Version to 4.6.0.
    - Depends on golang-any instead of golang-go.
    - Use golang section.
  * d/watch: New v4 format.

 -- Aloïs Micard <email address hidden>  Mon, 25 Oct 2021 14:54:16 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-thejerf-suture_4.0.1-1.dsc 2.4 KiB 51ebb83b2f14535004d21a04833529105868b302c72ed7147c60e3a441be8772
golang-github-thejerf-suture_4.0.1.orig.tar.gz 37.2 KiB 1bcced0850d2ffd748204a35b7b105161f5ecb92cbe5b006fbb7c3271bd57f64
golang-github-thejerf-suture_4.0.1-1.debian.tar.xz 3.2 KiB 3316210d9481190bb7dc22a2c4738e90f1018fa6e18aa9d4c5865a2f7b08a03f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-thejerf-suture-dev: supervisor trees for Go

 Suture provides Erlang-ish supervisor trees for Go.
 "Supervisor trees" -> "sutree" -> "suture" -> holds your code together
 when it's trying to die. It is intended to deal gracefully with the real
 failure cases that can occur with supervision trees (such as burning all
 your CPU time endlessly restarting dead services), while also making no
 unnecessary demands on the "service" code, and providing hooks to perform
 adequate logging with in a production environment.