File: control

package info (click to toggle)
golang-github-docker-go-metrics 0.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,128 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
Source: golang-github-docker-go-metrics
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-prometheus-client-golang-dev (>= 0.9.0~),
Homepage: https://github.com/docker/go-metrics
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-go-metrics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-go-metrics.git
XS-Go-Import-Path: github.com/docker/go-metrics
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-docker-go-metrics-dev
Architecture: all
Depends: golang-github-prometheus-client-golang-dev (>= 0.9.0~),
         ${misc:Depends},
Description: Package for metrics collection in Docker projects
 This package is small wrapper around the Prometheus Go client to help
 enforce convention and best practices for metrics collection in Docker
 projects.