From 51957ff4bff9cba5f854d55af7bfa4cb78e67a73 Mon Sep 17 00:00:00 2001 From: Romain Bouvier Date: Mon, 8 Nov 2021 17:14:45 +0100 Subject: [PATCH] Use artifactId to generate debian package name - Since 77a5b8fe17520a097429cf5f47021990c0eb6438, "name" is "Prometheus JMX Exporter - Http Server", which break debian package generation - use artifactId to get a correct name Signed-off-by: Romain Bouvier --- jmx_prometheus_httpserver/src/deb/control/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmx_prometheus_httpserver/src/deb/control/control b/jmx_prometheus_httpserver/src/deb/control/control index abdae7eb..c3518a6b 100644 --- a/jmx_prometheus_httpserver/src/deb/control/control +++ b/jmx_prometheus_httpserver/src/deb/control/control @@ -1,4 +1,4 @@ -Package: [[name]] +Package: [[artifactId]] Version: [[version]] Section: misc Priority: optional