golang-github-jesseduffield-rollrus 0.0~git20190701.dd028cb-3 source package in Ubuntu

Changelog

golang-github-jesseduffield-rollrus (0.0~git20190701.dd028cb-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:46:57 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jesseduffield-rollrus_0.0~git20190701.dd028cb-3.dsc 2.5 KiB 3076fec0dce1b7da4c8256674e8cb9b6bfc7e57fd56bac68612cc6d73fd96184
golang-github-jesseduffield-rollrus_0.0~git20190701.dd028cb.orig.tar.gz 6.8 KiB e043040b39060f41a56efed5ced76b00e5ef084ec081e1f4a074c5dad73c9cf8
golang-github-jesseduffield-rollrus_0.0~git20190701.dd028cb-3.debian.tar.xz 2.3 KiB 003264744482dff3827ad558308e40b6b300b208210be48cb979ee5625e7eddc

No changes file available.

Binary packages built by this source

golang-github-jesseduffield-rollrus-dev: 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
 (https://godoc.org/github.com/pkg/errors#StackTrace), that StackTrace
 is reported to rollbar.