[Python-modules-commits] r22545 - in packages/pynag/trunk (12 files)

spamaps-guest at users.alioth.debian.org spamaps-guest at users.alioth.debian.org
Mon Aug 20 19:37:04 UTC 2012


    Date: Monday, August 20, 2012 @ 19:37:03
  Author: spamaps-guest
Revision: 22545

[svn-inject] Applying Debian modifications (0.4.3-1) to trunk

Added:
  packages/pynag/trunk/debian/
  packages/pynag/trunk/debian/changelog
  packages/pynag/trunk/debian/compat
  packages/pynag/trunk/debian/control
  packages/pynag/trunk/debian/copyright
  packages/pynag/trunk/debian/pynag.install
  packages/pynag/trunk/debian/pynag.manpages
  packages/pynag/trunk/debian/python-pynag.install
  packages/pynag/trunk/debian/rules
  packages/pynag/trunk/debian/source/
  packages/pynag/trunk/debian/source/format
  packages/pynag/trunk/debian/watch


Property changes on: packages/pynag/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pynag/trunk/debian/changelog
===================================================================
--- packages/pynag/trunk/debian/changelog	                        (rev 0)
+++ packages/pynag/trunk/debian/changelog	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1,9 @@
+pynag (0.4.3-1) unstable; urgency=low
+
+  [ Pall Sigurdsson ]
+  * Initial packaging. Closes: 680954
+
+  [ Clint Byrum ]
+  * Various cleanups.
+
+ -- Clint Byrum <spamaps at debian.org>  Mon, 20 Aug 2012 11:51:06 -0700

Added: packages/pynag/trunk/debian/compat
===================================================================
--- packages/pynag/trunk/debian/compat	                        (rev 0)
+++ packages/pynag/trunk/debian/compat	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1 @@
+7

Added: packages/pynag/trunk/debian/control
===================================================================
--- packages/pynag/trunk/debian/control	                        (rev 0)
+++ packages/pynag/trunk/debian/control	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1,28 @@
+Source: pynag
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Clint Byrum <spamaps at debian.org>, Pall Sigurdsson <palli at opensource.is>
+Section: python
+Priority: optional
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7.4.3)
+Standards-Version: 3.9.3
+Homepage: http://code.google.com/p/pynag/
+X-Python-Version: >= 2.4
+
+Package: python-pynag
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python Modules for Nagios plugins and configuration
+ The main goal of this project is to provide a python tool for
+ pragmatically handling Nagios configuration file maintenance, and
+ plugin development.
+
+Package: pynag
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-pynag
+Description: Command line interface to nagios configuration
+ The main goal of this project is to provide a python tool for
+ pragmatically handling Nagios configuration file maintenance, and
+ plugin development.
+ .
+ This package contains the executable program pynag which uses the
+ pynag module to inspect and manipulate nagios configuration.

Added: packages/pynag/trunk/debian/copyright
===================================================================
--- packages/pynag/trunk/debian/copyright	                        (rev 0)
+++ packages/pynag/trunk/debian/copyright	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pynag
+Upstream-Contact: Pall Sigurdsson: <palli at opensource.is>
+Source: http://code.google.com/p/pynag/source/checkout
+
+Files: *
+Copyright: Copyright 2008-2010 Drew Stinnett
+ Copyright 2010-     Pall Sigurdsson
+License: GPL-2
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/pynag/trunk/debian/pynag.install
===================================================================
--- packages/pynag/trunk/debian/pynag.install	                        (rev 0)
+++ packages/pynag/trunk/debian/pynag.install	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1 @@
+usr/bin/*

Added: packages/pynag/trunk/debian/pynag.manpages
===================================================================
--- packages/pynag/trunk/debian/pynag.manpages	                        (rev 0)
+++ packages/pynag/trunk/debian/pynag.manpages	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man1/pynag.1.gz

Added: packages/pynag/trunk/debian/python-pynag.install
===================================================================
--- packages/pynag/trunk/debian/python-pynag.install	                        (rev 0)
+++ packages/pynag/trunk/debian/python-pynag.install	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1 @@
+usr/lib/*

Added: packages/pynag/trunk/debian/rules
===================================================================
--- packages/pynag/trunk/debian/rules	                        (rev 0)
+++ packages/pynag/trunk/debian/rules	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils


Property changes on: packages/pynag/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pynag/trunk/debian/source/format
===================================================================
--- packages/pynag/trunk/debian/source/format	                        (rev 0)
+++ packages/pynag/trunk/debian/source/format	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pynag/trunk/debian/watch
===================================================================
--- packages/pynag/trunk/debian/watch	                        (rev 0)
+++ packages/pynag/trunk/debian/watch	2012-08-20 19:37:03 UTC (rev 22545)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/pynag/downloads/list \
+.*pynag-([.\d]+).*\.tar\.gz.*




More information about the Python-modules-commits mailing list