aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..047bc43
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: prometheus-haproxy-log-exporter
+Section: net
+Priority: optional
+Maintainer: Christopher Baines <mail@cbaines.net>
+Homepage: http://git.cbaines.net/prometheus-haproxy-log-exporter/
+Build-Depends: debhelper (>= 9),
+ dh-systemd,
+ dh-python,
+ help2man,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.6
+X-Python3-Version: >= 3.2
+
+Package: prometheus-haproxy-log-exporter
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-configargparse,
+ python3-prometheus-client,
+ python3-systemd,
+ python3-pygtail,
+ python3-haproxy-log-analysis,
+ python3-pkg-resources,
+Description: Export metrics from HAProxy to Prometheus
+ This is a highly configurable exporter for HAProxy.