File: control

package info (click to toggle)
prometheus-bind-exporter 0.4.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: xml: 4,172; sh: 52; makefile: 41
file content (34 lines) | stat: -rw-r--r-- 1,416 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
Source: prometheus-bind-exporter
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
           Martina Ferrari <tina@debian.org>,
           Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>,
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               dh-sequence-bash-completion,
               golang-any,
               golang-github-go-kit-kit-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-prometheus-common-dev,
               golang-github-prometheus-exporter-toolkit-dev,
               golang-gopkg-alecthomas-kingpin.v2-dev,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-bind-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-bind-exporter.git
Homepage: https://github.com/prometheus-community/bind_exporter/
XS-Go-Import-Path: github.com/prometheus-community/bind_exporter

Package: prometheus-bind-exporter
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: adduser,
         ${misc:Depends},
         ${shlibs:Depends},
Enhances: bind9,
Built-Using: ${misc:Built-Using},
Description: Prometheus exporter for Bind server metrics
 Prometheus exporter for Bind (named/dns) v9+ server metrics, written in Go.