[Pkg-nagios-changes] [pkg-nagios] r1531 - nagios3/trunk/debian

Alexander Wirt formorer at alioth.debian.org
Fri Jul 18 19:33:11 UTC 2008


Author: formorer
Date: 2008-07-18 19:33:11 +0000 (Fri, 18 Jul 2008)
New Revision: 1531

Added:
   nagios3/trunk/debian/nagios3-dbg.install
Modified:
   nagios3/trunk/debian/changelog
   nagios3/trunk/debian/control
   nagios3/trunk/debian/rules
Log:
Add mini_epn to nagios3-dbg

Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2008-07-18 18:50:10 UTC (rev 1530)
+++ nagios3/trunk/debian/changelog	2008-07-18 19:33:11 UTC (rev 1531)
@@ -11,9 +11,10 @@
   * Moved the *.diff mechanism to dpatch and some magic sed stuff
   * Debians conf.d at the end of the config useless. Move it back to all
     other debian specific configs
- 
- -- Alexander Wirt <formorer at debian.org>  Fri, 18 Jul 2008 20:48:52 +0200
+  * Add mini_epn to nagios3-dbg 
 
+ -- Alexander Wirt <formorer at debian.org>  Fri, 18 Jul 2008 21:29:33 +0200
+
 nagios3 (3.0.2-1) unstable; urgency=low
 
   [ Alexander Wirt ]

Modified: nagios3/trunk/debian/control
===================================================================
--- nagios3/trunk/debian/control	2008-07-18 18:50:10 UTC (rev 1530)
+++ nagios3/trunk/debian/control	2008-07-18 19:33:11 UTC (rev 1531)
@@ -104,7 +104,7 @@
 Priority: extra
 Architecture: any
 Depends: nagios3 (= ${binary:Version}), ${perl:Depends}
-Description: debugging symbols for nagios3
+Description: debugging symbols and debug stuff for nagios3
  Nagios is a monitoring and management system for hosts, services and
  networks.
  .
@@ -122,7 +122,8 @@
  Nagios was written in C and is designed to be easy to understand and modify
  to fit your own needs.
  .
- This package contains gdb debugging symbols for the nagios3 binaries.
+ This package contains gdb debugging symbols for the nagios3 binaries and the
+ mini_epn tool which can help in debugging Nagios problems. 
  .
  Nagios is a replacement of the Netsaint project. It accepts and uses the
  previous Netsaint modules transparently.

Added: nagios3/trunk/debian/nagios3-dbg.install
===================================================================
--- nagios3/trunk/debian/nagios3-dbg.install	                        (rev 0)
+++ nagios3/trunk/debian/nagios3-dbg.install	2008-07-18 19:33:11 UTC (rev 1531)
@@ -0,0 +1 @@
+contrib/mini_epn /usr/bin

Modified: nagios3/trunk/debian/rules
===================================================================
--- nagios3/trunk/debian/rules	2008-07-18 18:50:10 UTC (rev 1530)
+++ nagios3/trunk/debian/rules	2008-07-18 19:33:11 UTC (rev 1531)
@@ -92,6 +92,7 @@
 	dh_testdir -a
 	@echo "Doing $@"
 	$(MAKE) all
+	make -C contrib
 	touch build-stamp
 
 patch: patch-stamp




More information about the Pkg-nagios-changes mailing list