[libmonitoring-plugin-perl] 01/01: Initial packaging by dh-make-perl 0.84

Salvatore Bonaccorso carnil at debian.org
Fri Nov 20 13:46:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libmonitoring-plugin-perl.

commit 201bc88a00b874cadcc6f87215a5d96543b807ae
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Nov 20 14:05:15 2015 +0100

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 38 ++++++++++++++++++++++++++++++++++++++
 debian/copyright         | 35 +++++++++++++++++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  5 +++++
 debian/watch             |  2 ++
 8 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..40ac34d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libmonitoring-plugin-perl (0.39-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #779841)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 20 Nov 2015 14:40:58 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1efbdf3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: libmonitoring-plugin-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep:
+ libclass-accessor-perl,
+ libconfig-tiny-perl,
+ libmath-calc-units-perl,
+ libparams-validate-perl,
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmonitoring-plugin-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmonitoring-plugin-perl.git
+Homepage: https://metacpan.org/release/Monitoring-Plugin
+Testsuite: autopkgtest-pkg-perl
+
+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).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e8eddc9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Monitoring-Plugin
+Upstream-Contact: Monitoring Plugin Team <devel at monitoring-plugins.org>
+Source: https://metacpan.org/release/Monitoring-Plugin
+
+Files: *
+Copyright: 2014, Monitoring Plugin Team
+ 2006-2014, Nagios Plugin Development Team
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+ 2002-2012, Audrey Tang <autrijus at autrijus.org>
+ 2002-2012, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, Salvatore Bonaccorso <carnil at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f051d14
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Monitoring Plugin Team <devel at monitoring-plugins.org>
+Name: Monitoring-Plugin
+Repository: https://github.com/monitoring-plugins/monitoring-plugin-perl
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9c4025a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Monitoring-Plugin   .*/Monitoring-Plugin-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmonitoring-plugin-perl.git



More information about the Pkg-perl-cvs-commits mailing list