Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
prometheus-node-exporter
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Go Packaging Team
packages
prometheus-node-exporter
Commits
2223ef43
Commit
2223ef43
authored
7 years ago
by
Martina Ferrari
Browse files
Options
Downloads
Patches
Plain Diff
Only depend on daemon if systemd-sysv is not installed. Closes: #870083.
parent
0781f3a7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+2
-1
2 additions, 1 deletion
debian/control
with
3 additions
and
1 deletion
debian/changelog
+
1
−
0
View file @
2223ef43
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
1
View file @
2223ef43
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment