r37733 - in /trunk/libnagios-object-perl/debian: changelog patches/fix-tests patches/series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jun 6 22:59:38 UTC 2009


Author: ryan52-guest
Date: Sat Jun  6 22:59:06 2009
New Revision: 37733

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37733
Log:
add patch to fix tests

Added:
    trunk/libnagios-object-perl/debian/patches/fix-tests
Modified:
    trunk/libnagios-object-perl/debian/changelog
    trunk/libnagios-object-perl/debian/patches/series

Modified: trunk/libnagios-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/changelog?rev=37733&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/changelog (original)
+++ trunk/libnagios-object-perl/debian/changelog Sat Jun  6 22:59:06 2009
@@ -1,4 +1,4 @@
-libnagios-object-perl (0.21.4-1) UNRELEASED; urgency=low
+libnagios-object-perl (0.21.4-1) unstable; urgency=low
 
   [ Ryan Niebur ]
   * New upstream release
@@ -6,11 +6,12 @@
   * refresh patches
   * update dh7 usage
   * update build deps
+  * add patch to fix tests
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 02 Jun 2009 08:19:02 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 06 Jun 2009 15:59:00 -0700
 
 libnagios-object-perl (0.21.3-1) unstable; urgency=low
 

Added: trunk/libnagios-object-perl/debian/patches/fix-tests
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/fix-tests?rev=37733&op=file
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/fix-tests (added)
+++ trunk/libnagios-object-perl/debian/patches/fix-tests Sat Jun  6 22:59:06 2009
@@ -1,0 +1,32 @@
+this file was missing from the tarball, so I downloaded it from his git repo
+forwarded: https://rt.cpan.org/Ticket/Display.html?id=46707
+
+--- /dev/null
++++ b/t/v2_config/servicegroups.cfg
+@@ -0,0 +1,26 @@
++################################################################################
++# Sample object config file for Nagios 
++#
++# Read the documentation for more information on this configuration file.  I've
++# provided some comments here, but things may not be so clear without further
++# explanation, so make sure to read the HTML documentation!
++# 
++# Last Modified: 11 Mar 2009
++#
++################################################################################
++
++
++################################################################################
++# SERVICE GROUP DEFINITIONS
++#
++# SYNTAX:
++#
++################################################################################
++
++# 'novell-servers' host group definition
++define servicegroup{
++	servicegroup_name	svcgroup1
++	alias		Service Group 1
++	members		novell1, FTP, novell1, POP3, novell2, SMTP
++	}
++

Modified: trunk/libnagios-object-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/series?rev=37733&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/series (original)
+++ trunk/libnagios-object-perl/debian/patches/series Sat Jun  6 22:59:06 2009
@@ -1,1 +1,2 @@
+fix-tests
 use-correct-path-to-status.dat




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