File: control

package info (click to toggle)
golang-github-facebookgo-stack 0.0~git20160209.0.7517733-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 917 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
Source: golang-github-facebookgo-stack
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/facebookgo/stack
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-facebookgo-stack.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-facebookgo-stack.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/facebookgo/stack

Package: golang-github-facebookgo-stack-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Stack provides utilities to capture and handle stack traces
 Stack is a Go library that provides utilities to capture and handle stack
 traces. This is useful for tracing where an error originated from or
 tracking where a certain log event occurred.