[Python-modules-commits] r27791 - in packages/nagiosplugin/nagiosplugin/trunk (13 files)
jordanm-guest at users.alioth.debian.org
jordanm-guest at users.alioth.debian.org
Wed Feb 19 20:19:36 UTC 2014
Date: Wednesday, February 19, 2014 @ 20:19:35
Author: jordanm-guest
Revision: 27791
[svn-inject] Applying Debian modifications (1.2-1) to trunk
Added:
packages/nagiosplugin/nagiosplugin/trunk/debian/
packages/nagiosplugin/nagiosplugin/trunk/debian/changelog
packages/nagiosplugin/nagiosplugin/trunk/debian/compat
packages/nagiosplugin/nagiosplugin/trunk/debian/control
packages/nagiosplugin/nagiosplugin/trunk/debian/copyright
packages/nagiosplugin/nagiosplugin/trunk/debian/docs
packages/nagiosplugin/nagiosplugin/trunk/debian/patches/
packages/nagiosplugin/nagiosplugin/trunk/debian/patches/fix_example_shebang.patch
packages/nagiosplugin/nagiosplugin/trunk/debian/patches/series
packages/nagiosplugin/nagiosplugin/trunk/debian/rules
packages/nagiosplugin/nagiosplugin/trunk/debian/source/
packages/nagiosplugin/nagiosplugin/trunk/debian/source/format
packages/nagiosplugin/nagiosplugin/trunk/debian/watch
Property changes on: packages/nagiosplugin/nagiosplugin/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/changelog
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/changelog (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/changelog 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,5 @@
+nagiosplugin (1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #733822).
+
+ -- Jordan Metzmeier <jmetzmeier01 at gmail.com> Tue, 31 Dec 2013 13:39:12 -0600
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/compat
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/compat (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/compat 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1 @@
+9
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/control
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/control (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/control 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,32 @@
+Source: nagiosplugin
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jordan Metzmeier <jmetzmeier01 at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.5
+Homepage: https://projects.gocept.com/projects/nagiosplugin
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/nagiosplugin/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/nagiosplugin/trunk/
+
+Package: python-nagiosplugin
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python class library for writing Nagios (Icinga) plugins
+ nagiosplugin is a Python class library which helps writing Nagios
+ (or Icinga) compatible plugins easily in Python. It cares for much of
+ the boilerplate code and default logic commonly found in Nagios
+ checks, including:
+ .
+ - Nagios 3 Plugin API compliant parameters and output formatting
+ - Full Nagios range syntax support
+ - Automatic threshold checking
+ - Multiple independend measures
+ - Custom status line to communicate the main point quickly
+ - Long output and performance data
+ - Timeout handling
+ - Persistent "cookies" to retain state information between check runs
+ - Resume log file processing at the point where the last run left
+ - No dependencies beyond the Python standard library (except for Python 2.6).
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/copyright
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/copyright (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/copyright 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,85 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nagiosplugin
+Source: https://pypi.python.org/pypi/nagiosplugin/
+
+Files: *
+Copyright: Christian Kauhaus <kc at gocept.com>
+License: Zope Public License (ZPL) Version 2.1
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from
+ the copyright holders.
+ 4. The right to distribute this software or to use it for any purpose does
+ not give you the right to use Servicemarks (sm) or Trademarks (tm) of
+ the copyright holders. Use of them is covered by separate agreement with
+ the copyright holders.
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2013 Jordan Metzmeier <jmetzmeier01 at gmail.com>
+License: Zope Public License (ZPL) Version 2.1
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from
+ the copyright holders.
+ 4. The right to distribute this software or to use it for any purpose does
+ not give you the right to use Servicemarks (sm) or Trademarks (tm) of
+ the copyright holders. Use of them is covered by separate agreement with
+ the copyright holders.
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/docs
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/docs (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/docs 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1 @@
+src/nagiosplugin/examples/
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/patches/fix_example_shebang.patch
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/patches/fix_example_shebang.patch (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/patches/fix_example_shebang.patch 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,36 @@
+# From: Jordan Metzmeier <jmetzmeier01 at gmail.com>
+# Subject: Change shebang in examples to an absolute path
+# The examples provided have a relative path to python. Without this
+# patch, the examples would likely fail if a user attempted to run them.
+--- a/src/nagiosplugin/examples/check_haproxy_log.py
++++ b/src/nagiosplugin/examples/check_haproxy_log.py
+@@ -1,4 +1,4 @@
+-#!python
++#!/usr/bin/env python
+ # Copyright (c) gocept gmbh & co. kg
+ # See also LICENSE.txt
+
+--- a/src/nagiosplugin/examples/check_load.py
++++ b/src/nagiosplugin/examples/check_load.py
+@@ -1,4 +1,4 @@
+-#!python
++#!/usr/bin/env python
+ # Copyright (c) gocept gmbh & co. kg
+ # See also LICENSE.txt
+
+--- a/src/nagiosplugin/examples/check_users.py
++++ b/src/nagiosplugin/examples/check_users.py
+@@ -1,4 +1,4 @@
+-#!python
++#!/usr/bin/env python
+ # Copyright (c) gocept gmbh & co. kg
+ # See also LICENSE.txt
+
+--- a/src/nagiosplugin/examples/check_world.py
++++ b/src/nagiosplugin/examples/check_world.py
+@@ -1,4 +1,4 @@
+-#!python
++#!/usr/bin/env python
+
+ """Hello world Nagios check."""
+
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/patches/series
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/patches/series (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/patches/series 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1 @@
+fix_example_shebang.patch
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/rules
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/rules (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/rules 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Tue, 31 Dec 2013 13:30:19 -0600
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_auto_install:
+ dh_auto_install -O--buildsystem=python_distutils
+ rm -rf debian/python-nagiosplugin/usr/lib/python*/dist-packages/nagiosplugin/examples/
+
+override_dh_auto_test: $(PYVERS:%=test%)
+ python$* setup.py test
Property changes on: packages/nagiosplugin/nagiosplugin/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/source/format
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/source/format (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/source/format 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/nagiosplugin/nagiosplugin/trunk/debian/watch
===================================================================
--- packages/nagiosplugin/nagiosplugin/trunk/debian/watch (rev 0)
+++ packages/nagiosplugin/nagiosplugin/trunk/debian/watch 2014-02-19 20:19:35 UTC (rev 27791)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/n/nagiosplugin/nagiosplugin-([0-9.]+).zip
More information about the Python-modules-commits
mailing list