libmonitoring-plugin-perl 0.40-1 source package in Ubuntu

Changelog

libmonitoring-plugin-perl (0.40-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org
  * Import upstream version 0.40
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 10
  * Set Rules-Requires-Root to no
  * Declare compliance with Debian policy 4.1.5

 -- Salvatore Bonaccorso <email address hidden>  Thu, 26 Jul 2018 06:27:27 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmonitoring-plugin-perl_0.40-1.dsc 2.4 KiB c5335cebb5cb620f9b3ab2c70401dd8c7f03777080254fa1e481b56c8c8aaef0
libmonitoring-plugin-perl_0.40.orig.tar.gz 61.6 KiB f8ba6b7e27d2bb0a4f9a32955a2442d4e428d1c48b80c8b12142ff611be7236f
libmonitoring-plugin-perl_0.40-1.debian.tar.xz 2.0 KiB f7418e84bda7a6ec29e1ff7fcc95908b0f21e5c9bf2994abedb02f611160c994

Available diffs

No changes file available.

Binary packages built by this source

libmonitoring-plugin-perl: 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).