Source: golang-github-heroku-rollrus
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-pkg-errors-dev,
 golang-github-stvp-roll-dev,
 golang-logrus-dev,
Standards-Version: 4.4.0
Homepage: https://github.com/heroku/rollrus
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-heroku-rollrus
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-heroku-rollrus.git
XS-Go-Import-Path: github.com/heroku/rollrus
Testsuite: autopkgtest-pkg-go

Package: golang-github-heroku-rollrus-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-pkg-errors-dev,
 golang-github-stvp-roll-dev,
 golang-logrus-dev,
Description: Logrus Rollbar Hook
 Rollrus is what happens when Logrus (https://github.com/sirupsen/logrus)
 meets Roll (https://github.com/stvp/roll).
 .
 When a .Error, .Fatal or .Panic logging function is called, report the
 details to rollbar via a Logrus hook.
 .
 Delivery is synchronous to help ensure that logs are delivered.
 .
 If the error includes a StackTrace, that StackTrace is reported to rollbar.