golang-github-mitchellh-panicwrap 0.0~git20191104.b3f3dc3-1 source package in Ubuntu

Changelog

golang-github-mitchellh-panicwrap (0.0~git20191104.b3f3dc3-1) unstable; urgency=medium

  * New upstream version 0.0~git20191104.b3f3dc3
  * Replace golang-go with golang-any
  * Bump Standards-Version to 4.5.0
  * Update maintainer address and add myself to uploaders (Closes: #940392)
  * Add Rules-Requires-Root
  * Remove patches applied in upstream
  * Bump debhelper-compat to 13

 -- Shengjing Zhu <email address hidden>  Mon, 13 Jul 2020 11:47:59 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3-1.dsc 1.8 KiB 3ce99b342208f35151567abe8d114a0f128863eabfbc5e51c709eb7aa8682c0a
golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3.orig.tar.xz 7.6 KiB 3fa925ae541954dc57cd32c359cd48fd85042502031b0fc0921a684575d85503
golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3-1.debian.tar.xz 2.9 KiB 0636761284db5e35b0143328148aa15fc6880d0906db74a6da31f73c431b7867

No changes file available.

Binary packages built by this source

golang-github-mitchellh-panicwrap-dev: library for catching and handling panics in Go applications

 panicwrap is a Go library that re-executes a Go binary and monitors
 stderr output from the binary for a panic. When it finds a panic, it
 executes a user-defined handler function. Stdout, stderr, stdin, signals,
 and exit codes continue to work as normal, making the existence of
 panicwrap mostly invisible to the end user until a panic actually occurs.