r30990 - in /trunk/libnagios-object-perl/debian: changelog control patches/ patches/series patches/use-correct-path-to-status.dat rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 21 22:25:08 UTC 2009


Author: ryan52-guest
Date: Sat Feb 21 22:25:05 2009
New Revision: 30990

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30990
Log:
redo patch

Added:
    trunk/libnagios-object-perl/debian/patches/
    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/changelog
    trunk/libnagios-object-perl/debian/control
    trunk/libnagios-object-perl/debian/rules

Modified: trunk/libnagios-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/changelog?rev=30990&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/changelog (original)
+++ trunk/libnagios-object-perl/debian/changelog Sat Feb 21 22:25:05 2009
@@ -2,12 +2,10 @@
 
   * New upstream release
     - remove work-with-nagios-3 patch, upstream has addressed it
-  * remove use-correct-path-to-status.dat patch, people can figure it
-    out for themselves ;)
-    - remove quilt stuff
   * fix copyright file
+  * redo patch
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 20 Feb 2009 23:21:39 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 21 Feb 2009 14:20:30 -0800
 
 libnagios-object-perl (0.21.1-1) unstable; urgency=low
 

Modified: trunk/libnagios-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/control?rev=30990&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/control (original)
+++ trunk/libnagios-object-perl/debian/control Sat Feb 21 22:25:05 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
  Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libmodule-build-perl, quilt
 Build-Depends-Indep: libtest-exception-perl
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnagios-object-perl/

Added: trunk/libnagios-object-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/series?rev=30990&op=file
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/series (added)
+++ trunk/libnagios-object-perl/debian/patches/series Sat Feb 21 22:25:05 2009
@@ -1,0 +1,1 @@
+use-correct-path-to-status.dat

Added: 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=30990&op=file
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat (added)
+++ trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat Sat Feb 21 22:25:05 2009
@@ -1,0 +1,14 @@
+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
+@@ -91,7 +91,7 @@
+ 
+  # for Nagios v2.0
+  my $log = Nagios::StatusLog->new(
+-                Filename => "/var/opt/nagios/status.dat",
++                Filename => "/var/cache/nagios2/status.dat",
+                 Version  => 2.0
+            );
+ 

Modified: trunk/libnagios-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/rules?rev=30990&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/rules (original)
+++ trunk/libnagios-object-perl/debian/rules Sat Feb 21 22:25:05 2009
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh --before dh_auto_configure build
 	dh_auto_configure -- --install_path bin=usr/share/doc/libnagios-object-perl/examples/ --install_path bindoc=usr/share/doc/libnagios-object-perl/examples/ --install_path script=usr/share/doc/libnagios-object-perl/examples/
 	dh --after dh_auto_configure build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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