File: control

package info (click to toggle)
golang-github-heroku-rollrus 0.0~git20190402.fde2a6b-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download
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
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.