File: control

package info (click to toggle)
golang-github-fortytw2-leaktest 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (2)
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
Source: golang-github-fortytw2-leaktest
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fortytw2-leaktest
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fortytw2-leaktest.git
Homepage: https://github.com/fortytw2/leaktest
XS-Go-Import-Path: github.com/fortytw2/leaktest

Package: golang-github-fortytw2-leaktest-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Goroutine Leak Detector
 Refactored, tested variant of the goroutine leak detector found in both
 net/http tests and the cockroachdb source tree.
 .
 Takes a snapshot of running goroutines at the start of a test, and at the
 end -- compares the two and voila. Ignores runtime/sys goroutines.