[libnet-prometheus-perl] 02/06: control
gregor herrmann
gregoa at debian.org
Fri Mar 3 19:11:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-prometheus-perl.
commit bc7bba57b87746d3758a737c54fea8fdb9922934
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Mar 3 19:35:31 2017 +0100
control
---
debian/control | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 59c00f3..a138061 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: libstruct-dumb-perl,
+ libscalar-list-utils-perl (>= 1:1.29) | perl (>= 5.19.5),
libtest-fatal-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-prometheus-perl.git
@@ -18,15 +19,13 @@ Package: libnet-prometheus-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libstruct-dumb-perl,
- perl (>= 5.19.5)
-Description: export monitoring metrics for F<prometheus>
+ libscalar-list-utils-perl (>= 1:1.29) | perl (>= 5.19.5)
+Description: module to export monitoring metrics for Prometheus
Net::Prometheus provides the ability for a program to collect monitoring
- metrics and export them to the prometheus.io monitoring server.
+ metrics and export them to the Prometheus.io monitoring server.
.
- As prometheus will expect to collect the metrics by making an HTTP request,
+ As Prometheus will expect to collect the metrics by making an HTTP request,
facilities are provided to yield a PSGI application that the containing
program can embed in its own structure to provide the results, or the
application can generate a plain-text result directly and serve them by its
own means.
- .
- This description was automagically extracted from the module by dh-make-perl.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-prometheus-perl.git
More information about the Pkg-perl-cvs-commits
mailing list