File: control

package info (click to toggle)
golang-github-getsentry-sentry-go 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 75; sh: 21
file content (38 lines) | stat: -rw-r--r-- 1,496 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
Source: golang-github-getsentry-sentry-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Marco d'Itri <md@linux.it>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13), dh-golang, golang-any,
	golang-github-gin-gonic-gin-dev,
	golang-github-go-errors-errors-dev,
	golang-github-google-go-cmp-dev,
	golang-github-labstack-echo-dev,
	golang-github-pkg-errors-dev,
	golang-github-sirupsen-logrus-dev,
	golang-github-valyala-fasthttp-dev,
	golang-opentelemetry-otel-dev,
Standards-Version: 4.6.2.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-getsentry-sentry-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-getsentry-sentry-go.git
Homepage: https://github.com/getsentry/sentry-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/getsentry/sentry-go

Package: golang-github-getsentry-sentry-go-dev
Architecture: all
Depends:
	golang-github-gin-gonic-gin-dev,
	golang-github-go-errors-errors-dev,
	golang-github-google-go-cmp-dev,
	golang-github-pkg-errors-dev,
	golang-github-sirupsen-logrus-dev,
	golang-github-urfave-negroni-dev,
	golang-github-valyala-fasthttp-dev,
	golang-opentelemetry-otel-dev,
	${misc:Depends}
Description: Official Sentry SDK for Go (library)
 sentry-go provides a Sentry client implementation for the Go
 programming language. This is the next line of the Go SDK for Sentry
 (https://sentry.io/), intended to replace the raven-go package.