1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: golang-github-bugsnag-bugsnag-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hp.com>,
Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-bitly-go-simplejson-dev,
golang-github-bugsnag-panicwrap-dev,
golang-github-gin-gonic-gin-dev,
golang-github-gofrs-uuid-dev,
golang-github-juju-loggo-dev,
golang-github-kardianos-osext-dev,
golang-github-pkg-errors-dev,
golang-github-revel-revel-dev (>= 1.0.0),
golang-github-urfave-negroni-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-bugsnag-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-bugsnag-go.git
Homepage: https://github.com/bugsnag/bugsnag-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/bugsnag/bugsnag-go
Package: golang-github-bugsnag-bugsnag-go-dev
Architecture: all
Depends: golang-github-bitly-go-simplejson-dev,
golang-github-bugsnag-panicwrap-dev,
golang-github-gin-gonic-gin-dev,
golang-github-gofrs-uuid-dev,
golang-github-juju-loggo-dev,
golang-github-kardianos-osext-dev,
golang-github-pkg-errors-dev,
golang-github-revel-revel-dev (>= 1.0.0),
golang-github-urfave-negroni-dev,
${misc:Depends}
Description: automatic panic monitoring for Go applications
The Bugsnag Notifier for Golang gives you instant notification of
panics, or unexpected errors, in your golang app. Any unhandled panics
will trigger a notification to be sent to a bugsnag.com account.
|