File: control

package info (click to toggle)
libmonitoring-plugin-perl 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 512 kB
  • sloc: perl: 2,471; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libmonitoring-plugin-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep:
 libclass-accessor-perl,
 libconfig-tiny-perl,
 libmath-calc-units-perl,
 libparams-validate-perl,
 perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmonitoring-plugin-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmonitoring-plugin-perl.git
Homepage: https://metacpan.org/release/Monitoring-Plugin
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libmonitoring-plugin-perl
Architecture: all
Depends:
 libclass-accessor-perl,
 libconfig-tiny-perl,
 libmath-calc-units-perl,
 libparams-validate-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: family of perl modules to streamline writing Monitoring plugins
 Monitoring::Plugin and its associated Monitoring::Plugin::* modules are a
 family of perl modules to streamline writing Monitoring plugins. The main end
 user modules are Monitoring::Plugin, providing an object-oriented interface
 to the entire Monitoring::Plugin::* collection, and
 Monitoring::Plugin::Functions, providing a simpler functional interface to a
 useful subset of the available functionality.
 .
 The purpose of the collection is to make it as simple as possible for
 developers to create plugins that conform the Monitoring Plugin guidelines
 (https://www.monitoring-plugins.org/doc/guidelines.html).