golang-bugsnag-panicwrap 1.2.0-2 source package in Ubuntu

Changelog

golang-bugsnag-panicwrap (1.2.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.

  [ Shengjing Zhu ]
  * Add patch for riscv64
  * Update Section to golang
  * Update maintainer address to <email address hidden>
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.6.0 (no changes)
  * Add Rules-Requires-Root
  * Update uscan watch file

 -- Shengjing Zhu <email address hidden>  Wed, 09 Feb 2022 03:59:18 +0800

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-bugsnag-panicwrap_1.2.0-2.dsc 1.6 KiB 112dd3bc5e16a25a98105ca0019b03314e6a16abfd5eaa3f066a1819a71288e1
golang-bugsnag-panicwrap_1.2.0.orig.tar.xz 7.9 KiB 3da2577373cc5af5f4b767e75578bd8d2670a5c066e92e9a9773aed1be740fd2
golang-bugsnag-panicwrap_1.2.0-2.debian.tar.xz 3.8 KiB d842987da9c96979216b538097c515dfb559beea1957977b031f4b6e13f7e18d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-bugsnag-panicwrap-dev: Go 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 find 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 invisble to the end user until a panic actually
 occurs.