debian/0000755000000000000000000000000012220344147007165 5ustar debian/compat0000644000000000000000000000000212220344147010363 0ustar 8 debian/copyright0000644000000000000000000000177412220344147011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Nagios-Object Upstream-Contact: Duncan Ferguson Source: https://metacpan.org/release/Nagios-Object/ Files: * Copyright: 2009, Duncan Ferguson 2003-2009, Albert P Tobey License: GPL-2+ Files: debian/* Copyright: 2006, Thierry Randrianiriana 2008, 2009, Ryan Niebur > 2009-2011, gregor herrmann 2009, Ryan Niebur 2010, Jonathan Yu 2010-2013, Salvatore Bonaccorso License: GPL-2+ License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000051712220344147010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ --install_path bin=usr/share/doc/$(PACKAGE)/examples/ \ --install_path bindoc=usr/share/doc/$(PACKAGE)/examples/ \ --install_path script=usr/share/doc/$(PACKAGE)/examples/ debian/watch0000644000000000000000000000016612220344147010221 0ustar version=3 https://metacpan.org/release/Nagios-Object/ .*/Nagios-Object-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000267012220344147010575 0ustar Source: libnagios-object-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: liblist-compare-perl, libtest-exception-perl, libtest-nowarnings-perl, perl Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , Ryan Niebur , gregor herrmann , Jonathan Yu , Salvatore Bonaccorso Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnagios-object-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnagios-object-perl.git Homepage: https://metacpan.org/release/Nagios-Object/ Package: libnagios-object-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to parse and represent Nagios configuration as objects Nagios::Object is a group of modules for parsing a Nagios configuration and providing an object representation in Perl. It has support for inheriting from templates and the structure is kept in tact within the Perl representation. . Nagios::StatusLog reads the Nagios status log and returns Status objects which can be used to get status information about a host. . Nagios::Config creates a new Nagios::Config object, which will parse a Nagios main configuration file and all of it's object configuration files. debian/source/0000755000000000000000000000000012220344147010465 5ustar debian/source/format0000644000000000000000000000001412220344147011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012220344147010614 5ustar debian/patches/use-correct-path-to-status.dat0000644000000000000000000000142212220344147016433 0ustar Description: Fix the man page to show the path of where Debian's Nagios puts its status.dat. Origin: vendor Author: Ryan Niebur Reviewed-by: Salvatore Bonaccorso Last-Update: 2010-12-22 Forwarded: not-needed --- a/lib/Nagios/StatusLog.pm +++ b/lib/Nagios/StatusLog.pm @@ -130,13 +130,13 @@ # for Nagios v2.0 my $log = Nagios::StatusLog->new( - Filename => "/var/opt/nagios/status.dat", + Filename => "/var/cache/nagios2/status.dat", Version => 2.0 ); # for Nagios v3.0 my $log = Nagios::StatusLog->new( - Filename => "/var/opt/nagios/status.dat", + Filename => "/var/cache/nagios3/status.dat", Version => 3.0 ); debian/patches/series0000644000000000000000000000004012220344147012023 0ustar use-correct-path-to-status.dat debian/changelog0000644000000000000000000002020212220344147011033 0ustar libnagios-object-perl (0.21.20-1) unstable; urgency=low * Imported Upstream version 0.21.20 * Switch order of dual lifed packages with perl satisfied in unstable. Switch order for Module::Build alternative Build-Depends to perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) as the version of perl is now satisfied in unstable. * Wrap and sort fields in debian/control file -- Salvatore Bonaccorso Tue, 24 Sep 2013 19:13:33 +0200 libnagios-object-perl (0.21.19-1) unstable; urgency=low * Imported Upstream version 0.21.19 -- Salvatore Bonaccorso Mon, 24 Jun 2013 16:38:30 +0200 libnagios-object-perl (0.21.18-1) unstable; urgency=low * Imported Upstream version 0.21.18 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian Policy 3.9.3. Update copyright years for debian/* packaging files. * Bump Standards-Version to 3.9.4 * Refresh use-correct-path-to-status.dat patch (offset) * Adjust Build-Depends for Module::Build requirements. Add alternate Build-Depends on libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1). -- Salvatore Bonaccorso Tue, 11 Jun 2013 07:11:05 +0200 libnagios-object-perl (0.21.16-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Set Standards-Version to 3.9.2 (no changes). -- gregor herrmann Sat, 22 Oct 2011 17:58:15 +0200 libnagios-object-perl (0.21.15-1) unstable; urgency=low * New upstream release * Bump debhelper compat to 8 -- Jonathan Yu Sat, 12 Mar 2011 13:16:10 -0500 libnagios-object-perl (0.21.14-1) unstable; urgency=low * New upstream release * debian/control: Add liblist-compare-perl to Build-Depends-Indep. -- Salvatore Bonaccorso Wed, 22 Dec 2010 10:41:04 +0100 libnagios-object-perl (0.21.13-1) unstable; urgency=low * New upstream release * Update my email address. * debian/control: Remove alternate Build-Depends on perl (>= 5.10) | libmodule-build-perl. * Refresh debian/copyright: Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.1. * Refresh use-correct-path-to-status.dat patch for status.dat locations in Debian's Nagios. Add patch headers. -- Salvatore Bonaccorso Wed, 22 Dec 2010 08:29:28 +0100 libnagios-object-perl (0.21.12-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * Refresh debian/copyright file: Update debian/* packaging stanza. * Bump Standards-Version to 3.9.0 (no changes needed). -- Salvatore Bonaccorso Wed, 30 Jun 2010 11:15:41 +0200 libnagios-object-perl (0.21.10-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). -- gregor herrmann Sat, 06 Mar 2010 17:33:04 +0100 libnagios-object-perl (0.21.9-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Drop whatis patches, no longer needed * Drop unneded perl version dependency * Update copyright to DEP5 format [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. -- Jonathan Yu Mon, 08 Feb 2010 18:36:57 -0500 libnagios-object-perl (0.21.8-1) unstable; urgency=low * Update ryan52's email address * New upstream release * remove missing_methods.patch, applied upstream -- Ryan Niebur Sat, 26 Sep 2009 15:29:07 -0700 libnagios-object-perl (0.21.7-1) unstable; urgency=low * New upstream release * Debian Policy 3.8.3 * Update jawnsy's email address -- Ryan Niebur Thu, 03 Sep 2009 14:34:36 -0700 libnagios-object-perl (0.21.6-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Closes upstream bug: RT#47781 * Added myself to Uploaders and Copyright [ Ryan Niebur ] * remove fix-tests patch, fixed upstream * remove bad pod -- Ryan Niebur Fri, 17 Jul 2009 18:09:24 -0700 libnagios-object-perl (0.21.5-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release [ Stephen Gran ] * New patch missing_methods.patch: add missing option "escalation_options". [ gregor herrmann ] * Add /me to Uploaders. * Set Standards-Version to 3.8.2 (no changes). -- gregor herrmann Fri, 26 Jun 2009 17:16:45 +0200 libnagios-object-perl (0.21.4-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.1 * refresh patches * update dh7 usage * update build deps * add patch to fix tests [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Ryan Niebur Sat, 06 Jun 2009 15:59:00 -0700 libnagios-object-perl (0.21.3-1) unstable; urgency=low * New upstream release - remove work-with-nagios-3 patch, upstream has addressed it * fix copyright file * redo patch -- Ryan Niebur Sat, 21 Feb 2009 14:20:30 -0800 libnagios-object-perl (0.21.1-1) unstable; urgency=low * New upstream release - add fix-warnings-from-VERSION patch fixing incomplete transition from $Rev$-derived version to plain string one * update copyright * add debian perl group members to copyright for debian packaging * remove mention-version-3-in-man-pages patch, as it is no longer relevant -- Ryan Niebur Fri, 23 Jan 2009 20:12:57 -0800 libnagios-object-perl (0.20-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * Switched to debhelper v7, updated debian/rules, debian/compat and debhelper dependency on debian/control to >= 7. * debian/copyright: Updated formatting. * Refreshed patches and deleted fix-accidental-inclusion-of-wip-code-in-manpage, applied from upstream. * debian/control: + Added me as uploader. [ Ryan Niebur ] * install the example scripts into /usr/share/doc/libnagios-object-perl/examples instead of /usr/bin/ [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Ryan Niebur Sun, 16 Nov 2008 21:45:36 -0800 libnagios-object-perl (0.14-2) unstable; urgency=low [ Ryan Niebur ] * New maintainer (Closes: #501941) * bump standards version to 3.8.0 - added a README.source - use the Homepage field * nothing is compiled. no need for CFLAGS. * Build distclean - no need to run make clean, there is no makefile. * use quilt * don't install the scripts and their documentation. It seems that the old package didn't have the scripts even though if I build it from source it does. so, for now, just don't include it. * Work with Nagios 3, the version in Debian Lenny. Patch from http://rt.cpan.org/Public/Bug/Display.html?id=33125, thanks TOMDAAE. (Closes: #503900) * Added patch to use correct path to status.dat in man pages * fix short description * add whatis descriptions to man pages * add Vcs-{Browser,Svn} fields * Removed accidental inclusion of work in progress code in the man page * move perl and libmodule-build-perl from the Build-Depends-Indep to Build-Depends as they are needed for the clean target [ Damyan Ivanov ] * debian/watch: use dist-based URL. * debian/control: use dist-based Homepage -- Ryan Niebur Sat, 01 Nov 2008 13:06:15 -0700 libnagios-object-perl (0.14-1) unstable; urgency=low * New upstream release -- Thierry Randrianiriana Thu, 26 Oct 2006 17:09:46 +0300 libnagios-object-perl (0.10-1) unstable; urgency=low * Initial release (Closes: #388726) -- Thierry Randrianiriana Mon, 25 Sep 2006 11:01:55 +0300