r43319 - in /trunk/libnagios-object-perl/debian/patches: missing_methods.patch series use-correct-path-to-status.dat

sgran at users.alioth.debian.org sgran at users.alioth.debian.org
Mon Aug 31 03:06:56 UTC 2009


Author: sgran
Date: Mon Aug 31 03:06:50 2009
New Revision: 43319

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43319
Log:
fixup patches

Modified:
    trunk/libnagios-object-perl/debian/patches/missing_methods.patch
    trunk/libnagios-object-perl/debian/patches/series
    trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat

Modified: 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=43319&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/missing_methods.patch (original)
+++ trunk/libnagios-object-perl/debian/patches/missing_methods.patch Mon Aug 31 03:06:50 2009
@@ -1,15 +1,21 @@
 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],
+--- libnagios-object-perl.orig/lib/Nagios/Object.pm	2009-08-31 03:42:36.000000000 +0100
++++ libnagios-object-perl/lib/Nagios/Object.pm	2009-08-31 03:53:27.000000000 +0100
+@@ -71,6 +71,7 @@
+     Service => {
+         use                 => [ 'Nagios::Service', 10 ],
+         service_description => [ 'STRING',          10 ],
++        display_name        => ['STRING',             280]
+         host_name      => [ ['Nagios::Host'],         10 ],
+         servicegroups  => [ ['Nagios::ServiceGroup'], 280 ],
+         hostgroup_name => [ ['Nagios::HostGroup'],    256 ],
+@@ -293,6 +294,7 @@
+         notification_interval => [ 'INTEGER',   280 ],
+         name                  => [ 'host_name', 280 ],
+         comment               => [ 'comment',   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=43319&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/series (original)
+++ trunk/libnagios-object-perl/debian/patches/series Mon Aug 31 03:06:50 2009
@@ -1,3 +1,4 @@
-missing_methods.patch
 use-correct-path-to-status.dat
 add-whatis-entries
+missing_methods.patch
+more_missing_methods.patch

Modified: trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat?rev=43319&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat (original)
+++ trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat Mon Aug 31 03:06:50 2009
@@ -1,9 +1,11 @@
 fix the man page to show the path of where Debian's Nagios puts its
 status.dat
 
---- a/lib/Nagios/StatusLog.pm
-+++ b/lib/Nagios/StatusLog.pm
-@@ -110,7 +110,7 @@
+Index: libnagios-object-perl/lib/Nagios/StatusLog.pm
+===================================================================
+--- libnagios-object-perl.orig/lib/Nagios/StatusLog.pm	2009-08-31 03:38:22.000000000 +0100
++++ libnagios-object-perl/lib/Nagios/StatusLog.pm	2009-08-31 03:45:39.000000000 +0100
+@@ -129,7 +129,7 @@
  
   # for Nagios v2.0
   my $log = Nagios::StatusLog->new(




More information about the Pkg-perl-cvs-commits mailing list