File: control

package info (click to toggle)
golang-github-zeebo-errs 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,093 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
Source: golang-github-zeebo-errs
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zeebo-errs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zeebo-errs.git
Homepage: https://github.com/zeebo/errs
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/zeebo/errs

Package: golang-github-zeebo-errs-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: errs is a Go library for error handling
 errs is a package for making errors friendly and easy.  Errors come
 with a stack trace that is only printed when a "+" character is used in
 the format string. This should retain the benefits of being able to
 diagnose where and why errors happen, without all of the noise of
 printing a stack trace in every situation.
 .
 This package contains the library.