File: control

package info (click to toggle)
golang-github-keybase-go-ps 0.0~git20190827.91aafc9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: ansic: 61; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,021 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
Source: golang-github-keybase-go-ps
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Ryan Kavanagh <rak@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-keybase-go-ps
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-keybase-go-ps.git
Homepage: https://github.com/keybase/go-ps
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/keybase/go-ps

Package: golang-github-keybase-go-ps-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: find, list, and inspect processes from Go (library)
 go-ps is a library for Go that implements OS-specific APIs to list and
 manipulate processes in a platform-safe way. The library can find and
 list processes on Linux, Mac OS X, and Windows.