Skip to content
Snippets Groups Projects
Commit 2223ef43 authored by Martina Ferrari's avatar Martina Ferrari
Browse files

Only depend on daemon if systemd-sysv is not installed. Closes: #870083.

parent 0781f3a7
Branches
Tags
No related merge requests found
prometheus-node-exporter (0.14.0+ds-2) UNRELEASED; urgency=medium
* Add dh-systemd support. Closes: #866399.
* Only depend on daemon if systemd-sysv is not installed. Closes: #870083.
-- Martín Ferrari <tincho@debian.org> Sun, 30 Jul 2017 16:39:59 +0000
......
......@@ -24,7 +24,8 @@ Testsuite: autopkgtest-pkg-go
Package: prometheus-node-exporter
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, daemon
Depends: ${shlibs:Depends}, ${misc:Depends},
daemon | systemd-sysv,
Built-Using: ${misc:Built-Using}
Description: Prometheus exporter for machine metrics
Prometheus exporter for machine metrics, written in Go with pluggable metric
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment