File: control

package info (click to toggle)
golang-github-prometheus-procfs 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, sid
  • size: 1,972 kB
  • sloc: sh: 348; makefile: 20
file content (42 lines) | stat: -rw-r--r-- 1,663 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
Source: golang-github-prometheus-procfs
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
           Daniel Swarbrick <dswarbrick@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-google-go-cmp-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-sys-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-procfs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-procfs.git
Homepage: https://github.com/prometheus/procfs.git
XS-Go-Import-Path: github.com/prometheus/procfs

Package: golang-github-prometheus-procfs-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sync-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends},
Provides: golang-procfs-dev (= ${source:Version}),
Replaces: golang-procfs-dev (<< 0.2.0),
Breaks: golang-procfs-dev (<< 0.2.0),
Description: Golang library to retrieve metrics from the proc pseudo-filesystem
 Procfs provides functions to retrieve system, kernel and process metrics from
 the proc pseudo-filesystem.

Package: golang-procfs-dev
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Depends: golang-github-prometheus-procfs-dev (= ${source:Version}),
         ${misc:Depends},
Description: transitional dummy package
 This package can be safely removed once nothing depends on it anymore.