Codebase list libnagios-object-perl / 18990d2
redo patch Ryan Niebur 15 years ago
5 changed file(s) with 22 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release
33 - remove work-with-nagios-3 patch, upstream has addressed it
4 * remove use-correct-path-to-status.dat patch, people can figure it
5 out for themselves ;)
6 - remove quilt stuff
74 * fix copyright file
5 * redo patch
86
9 -- Ryan Niebur <ryanryan52@gmail.com> Fri, 20 Feb 2009 23:21:39 -0800
7 -- Ryan Niebur <ryanryan52@gmail.com> Sat, 21 Feb 2009 14:20:30 -0800
108
119 libnagios-object-perl (0.21.1-1) unstable; urgency=low
1210
33 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
44 Uploaders: Ryan Niebur <ryanryan52@gmail.com>,
55 Jose Luis Rivas <ghostbar38@gmail.com>
6 Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libmodule-build-perl
6 Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libmodule-build-perl, quilt
77 Build-Depends-Indep: libtest-exception-perl
88 Standards-Version: 3.8.0
99 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnagios-object-perl/
0 use-correct-path-to-status.dat
0 fix the man page to show the path of where Debian's Nagios puts its
1 status.dat
2
3 --- a/lib/Nagios/StatusLog.pm
4 +++ b/lib/Nagios/StatusLog.pm
5 @@ -91,7 +91,7 @@
6
7 # for Nagios v2.0
8 my $log = Nagios::StatusLog->new(
9 - Filename => "/var/opt/nagios/status.dat",
10 + Filename => "/var/cache/nagios2/status.dat",
11 Version => 2.0
12 );
13
00 #!/usr/bin/make -f
11
2 include /usr/share/quilt/quilt.make
3
24 build: build-stamp
3 build-stamp:
5 build-stamp: $(QUILT_STAMPFN)
46 dh --before dh_auto_configure build
57 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/
68 dh --after dh_auto_configure build
79 touch $@
810
9 clean:
11 clean: unpatch
1012 dh $@
1113
1214 install: install-stamp