File: control

package info (click to toggle)
golang-github-stvp-roll 0.0~git20170522.3627a5c-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 950 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
Source: golang-github-stvp-roll
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 (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.6.1
Homepage: https://github.com/stvp/roll
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-stvp-roll
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-stvp-roll.git
XS-Go-Import-Path: github.com/stvp/roll
Testsuite: autopkgtest-pkg-go

Package: golang-github-stvp-roll-dev
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: Simple(er) Rollbar client for Go
 roll is a basic Rollbar client for Go that reports errors and logs
 messages. It automatically builds stack traces and also supports arbitrary
 traces. All errors and messages are sent to Rollbar synchronously.