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
|
Source: golang-github-gravitational-trace
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-jonboulle-clockwork-dev,
golang-github-stretchr-testify-dev <!nocheck>,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-google-grpc-dev,
golang-gopkg-check.v1-dev <!nocheck>,
golang-logrus-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gravitational-trace
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gravitational-trace.git
Homepage: https://github.com/gravitational/trace
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gravitational/trace
Package: golang-github-gravitational-trace-dev
Architecture: all
Depends: golang-github-jonboulle-clockwork-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-google-grpc-dev,
golang-logrus-dev,
${misc:Depends}
Description: Package for error handling and error reporting
This package offers improved error handling for Go software.
It preserve the original error and its origin while avoiding
excessive logging.
|