File: control

package info (click to toggle)
panicparse 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,450 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
Source: panicparse
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dr. Tobias Quathamer <toddy@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 golang-github-mattn-go-colorable-dev,
 golang-github-mattn-go-isatty-dev,
 golang-github-mgutz-ansi-dev,
Standards-Version: 4.5.0
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
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/maruel/panicparse

Package: golang-github-maruel-panicparse-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-mattn-go-colorable-dev,
 golang-github-mattn-go-isatty-dev,
 golang-github-mgutz-ansi-dev,
Description: Crash your app in style (Golang)
 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},
Built-Using: ${misc:Built-Using}
Description: Crash your app in style (Golang)
 panicparse Parses panic stack traces, densifies and deduplicates
 goroutines with similar stack traces. Helps debugging crashes and
 deadlocks in heavily parallelized process.