File: control

package info (click to toggle)
panicparse 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 744 kB
  • sloc: sh: 13; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 2,129 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
39
40
41
42
43
44
45
46
47
48
49
Source: panicparse
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
           Anthony Fok <foka@debian.org>,
           Aloïs Micard <creekorful@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-google-go-cmp-dev (>= 0.5.7),
               golang-github-mattn-go-colorable-dev (>= 0.1.12),
               golang-github-mattn-go-isatty-dev (>= 0.0.14),
               golang-github-mgutz-ansi-dev (>= 0.0~git20200706.d51e80e),
               golang-golang-x-sys-dev (>= 0.0~git20220408.a24fb2f)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/panicparse
Vcs-Git: https://salsa.debian.org/go-team/packages/panicparse.git
Homepage: https://github.com/maruel/panicparse
XS-Go-Import-Path: github.com/maruel/panicparse/v2

Package: golang-github-maruel-panicparse-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev (>= 0.5.7),
         golang-github-mattn-go-colorable-dev (>= 0.1.12),
         golang-github-mattn-go-isatty-dev (>= 0.0.14),
         golang-github-mgutz-ansi-dev (>= 0.0~git20200706.d51e80e),
         golang-golang-x-sys-dev (>= 0.0~git20220408.a24fb2f),
         ${misc:Depends}
Description: Crash your app in style (Go library)
 panicparse parses panic stack traces, densifies and deduplicates
 goroutines with similar stack traces. Helps debugging crashes and
 deadlocks in heavily parallelized processes.
 .
 This package contains the source code.

Package: panicparse
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: Crash your app in style (compiled Go binaries)
 panicparse Parses panic stack traces, densifies and deduplicates
 goroutines with similar stack traces. Helps debugging crashes and
 deadlocks in heavily parallelized process.
 .
 This package contains the compiled Go panicparse and panicweb binaries.