r37798 - in /trunk/libnagios-object-perl/debian/patches: missing_methods.patch series
sgran at users.alioth.debian.org
sgran at users.alioth.debian.org
Sun Jun 7 16:25:07 UTC 2009
Author: sgran
Date: Sun Jun 7 16:25:01 2009
New Revision: 37798
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37798
Log:
another missing object attribute
Added:
trunk/libnagios-object-perl/debian/patches/missing_methods.patch
Modified:
trunk/libnagios-object-perl/debian/patches/series
Added: trunk/libnagios-object-perl/debian/patches/missing_methods.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/missing_methods.patch?rev=37798&op=file
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/missing_methods.patch (added)
+++ trunk/libnagios-object-perl/debian/patches/missing_methods.patch Sun Jun 7 16:25:01 2009
@@ -1,0 +1,15 @@
+Another missing option.
+Index: libnagios-object-perl/lib/Nagios/Object.pm
+===================================================================
+--- libnagios-object-perl.orig/lib/Nagios/Object.pm 2009-06-07 17:10:06.000000000 +0100
++++ libnagios-object-perl/lib/Nagios/Object.pm 2009-06-07 17:18:39.000000000 +0100
+@@ -288,7 +288,8 @@
+ notification_interval => ['INTEGER', 280],
+ name => ['host_name', 280],
+ comment => ['comment', 280],
+- file => ['filename', 280]
++ escalation_options => [[qw(d u r)], 280],
++ file => ['filename', 280],
+ },
+ HostDependency => {
+ use => ['Nagios::HostDependency', 280],
Modified: trunk/libnagios-object-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/series?rev=37798&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/series (original)
+++ trunk/libnagios-object-perl/debian/patches/series Sun Jun 7 16:25:01 2009
@@ -1,2 +1,3 @@
+missing_methods.patch
fix-tests
use-correct-path-to-status.dat
More information about the Pkg-perl-cvs-commits
mailing list