Source: golang-bugsnag-panicwrap
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9), dh-golang, golang-any
              ,golang-github-kardianos-osext-dev
Standards-Version: 3.9.7
Homepage: https://github.com/bugsnag/panicwrap
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-bugsnag-panicwrap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-bugsnag-panicwrap.git
XS-Go-Import-Path: github.com/bugsnag/panicwrap

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