[pkg-go] Bug#892116: [PATCH] Please set Built-Using field
Michael Stapelberg
stapelberg at debian.org
Mon Mar 5 19:11:56 UTC 2018
Source: prometheus-sql-exporter
Severity: wishlist
Tags: patch
Please consider merging the attached patch. Thanks!
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel, mipsel, arm64
Kernel: Linux 4.13.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
>From bd95f9fb8afdc6c3fe3c00307b85ac4b8a78503f Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <stapelberg at debian.org>
Date: Mon, 5 Mar 2018 20:10:53 +0100
Subject: [PATCH] Set Built-Using
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index a8e1947..8db4c01 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Depends:
postgresql-common,
${shlibs:Depends},
${misc:Depends},
+Built-Using: ${misc:Built-Using}
Description: Flexible SQL Exporter for Prometheus
This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
MSSQL databases. The metrics are configurable via a YAML file.
--
2.15.1
More information about the Pkg-go-maintainers
mailing list