File: control

package info (click to toggle)
golang-bugsnag-panicwrap 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-bugsnag-panicwrap
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 11~), dh-golang, golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/bugsnag/panicwrap
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-bugsnag-panicwrap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-bugsnag-panicwrap.git
XS-Go-Import-Path: github.com/bugsnag/panicwrap
Testsuite: autopkgtest-pkg-go

Package: golang-github-bugsnag-panicwrap-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.