r31525 - in /trunk/libnagios-plugin-perl/debian: ./ changelog compat control copyright patches/ patches/fix-pod2man-errors patches/series rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Mar 6 08:30:54 UTC 2009


Author: ryan52-guest
Date: Fri Mar  6 08:30:50 2009
New Revision: 31525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31525
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnagios-plugin-perl/debian/
    trunk/libnagios-plugin-perl/debian/changelog
    trunk/libnagios-plugin-perl/debian/compat
    trunk/libnagios-plugin-perl/debian/control
    trunk/libnagios-plugin-perl/debian/copyright
    trunk/libnagios-plugin-perl/debian/patches/
    trunk/libnagios-plugin-perl/debian/patches/fix-pod2man-errors
    trunk/libnagios-plugin-perl/debian/patches/series
    trunk/libnagios-plugin-perl/debian/rules   (with props)
    trunk/libnagios-plugin-perl/debian/watch

Added: trunk/libnagios-plugin-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/changelog?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/changelog (added)
+++ trunk/libnagios-plugin-perl/debian/changelog Fri Mar  6 08:30:50 2009
@@ -1,0 +1,5 @@
+libnagios-plugin-perl (0.32-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #491835)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 6 Mar 2009 00:03:17 -0800

Added: trunk/libnagios-plugin-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/compat?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/compat (added)
+++ trunk/libnagios-plugin-perl/debian/compat Fri Mar  6 08:30:50 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnagios-plugin-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/control?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/control (added)
+++ trunk/libnagios-plugin-perl/debian/control Fri Mar  6 08:30:50 2009
@@ -1,0 +1,28 @@
+Source: libnagios-plugin-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.0-12), libclass-accessor-perl,
+  libparams-validate-perl, libconfig-tiny-perl, libmath-calc-units-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Nagios-Plugin/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnagios-plugin-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnagios-plugin-perl/
+
+Package: libnagios-plugin-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl,
+  libparams-validate-perl, libconfig-tiny-perl, libmath-calc-units-perl
+Description:  A family of perl modules to streamline writing Nagios
+ Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of
+ perl modules to streamline writing Nagios plugins. The main end user modules
+ are Nagios::Plugin, providing an object-oriented interface to the entire
+ Nagios::Plugin::* collection, and Nagios::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 Nagios Plugin guidelines
+ (http://nagiosplug.sourceforge.net/developer-guidelines.html).

Added: trunk/libnagios-plugin-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/copyright?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/copyright (added)
+++ trunk/libnagios-plugin-perl/debian/copyright Fri Mar  6 08:30:50 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Nagios Plugin development team (http://nagiosplug.sourceforge.net)
+ Originally by Ton Voon, <ton.voon at altinity.com>
+Upstream-Source: http://search.cpan.org/dist/Nagios-Plugin/
+Upstream-Name: Nagios-Plugin
+
+Files: *
+Copyright: 2006-2009 by Ton Voon and other members of the Nagios Plugin Development Team
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnagios-plugin-perl/debian/patches/fix-pod2man-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/patches/fix-pod2man-errors?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/patches/fix-pod2man-errors (added)
+++ trunk/libnagios-plugin-perl/debian/patches/fix-pod2man-errors Fri Mar  6 08:30:50 2009
@@ -1,0 +1,13 @@
+manpage-has-errors-from-pod2man
+
+--- a/lib/Nagios/Plugin/Functions.pm
++++ b/lib/Nagios/Plugin/Functions.pm
+@@ -409,6 +409,8 @@
+ it on the result of various test. If no test were performed successfully the
+ state will still be UNKNOWN.
+ 
++=back
++
+ =item max_state_alt(@a)
+ 
+ Returns the worst state in the array. Order is: CRITICAL, WARNING, UNKNOWN,

Added: trunk/libnagios-plugin-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/patches/series?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/patches/series (added)
+++ trunk/libnagios-plugin-perl/debian/patches/series Fri Mar  6 08:30:50 2009
@@ -1,0 +1,1 @@
+fix-pod2man-errors

Added: trunk/libnagios-plugin-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/rules?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/rules (added)
+++ trunk/libnagios-plugin-perl/debian/rules Fri Mar  6 08:30:50 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libnagios-plugin-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnagios-plugin-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-plugin-perl/debian/watch?rev=31525&op=file
==============================================================================
--- trunk/libnagios-plugin-perl/debian/watch (added)
+++ trunk/libnagios-plugin-perl/debian/watch Fri Mar  6 08:30:50 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Nagios-Plugin/   .*/Nagios-Plugin-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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