debian/0000755000000000000000000000000012231522423007162 5ustar debian/watch0000644000000000000000000000011312231513004010201 0ustar version=3 http://pypi.python.org/packages/source/p/pynag/pynag-(.*).tar.gz debian/python-pynag.install0000644000000000000000000000001212231513004013173 0ustar usr/lib/* debian/control0000644000000000000000000000233212231513004010560 0ustar Source: pynag Maintainer: Debian Python Modules Team Uploaders: Clint Byrum , Pall Sigurdsson Section: python Priority: optional Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7.4.3) Standards-Version: 3.9.3 Homepage: http://pynag.org Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pynag/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pynag/trunk/ 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. debian/pynag.manpages0000644000000000000000000000005112231513004012004 0ustar debian/tmp/usr/share/man/man1/pynag.1.gz debian/compat0000644000000000000000000000000212231513004010353 0ustar 7 debian/source/0000755000000000000000000000000012231522423010462 5ustar debian/source/format0000644000000000000000000000001412231513004011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000227312231513004011033 0ustar pynag (0.7.0-1) unstable; urgency=low * New Upstream release -- Pall Sigurdsson Wed, 16 Oct 2013 14:53:46 +0000 pynag (0.5.0-1) unstable; urgency=low * New Upstream release * debian/watch updated to reflect new download url -- Pall Sigurdsson Fri, 28 Jun 2013 13:40:57 +0000 pynag (0.4.9-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Pall Sigurdsson ] * New Upstream release * Homepage changed to http://pynag.org -- Clint Byrum Sat, 11 May 2013 11:45:20 -0700 pynag (0.4.8-1) unstable; urgency=low * New Upstream release -- Pall Sigurdsson Wed, 03 Apr 2013 12:15:25 +0000 pynag (0.4.6-1) unstable; urgency=low [ Bernd Zeimetz ] * New upstream version. * Typo fix: Python instead of python. [ Clint Byrum ] * New upstream version. * Adding Vcs-* headers. -- Clint Byrum Tue, 04 Dec 2012 23:33:07 -0800 pynag (0.4.4-1) unstable; urgency=low [ Pall Sigurdsson ] * Initial packaging. Closes: 680954 [ Clint Byrum ] * Various cleanups. -- Bernd Zeimetz Tue, 28 Aug 2012 18:13:46 +0200 debian/copyright0000644000000000000000000000206412231513004011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pynag Upstream-Contact: Pall Sigurdsson: 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/pynag.install0000644000000000000000000000001212231513004011654 0ustar usr/bin/* debian/rules0000755000000000000000000000011412231513004010231 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils