[Pkg-nagios-changes] [pkg-nagios] r908 - nagios2/trunk/debian

Marc Haber zugschlus at costa.debian.org
Tue May 23 14:55:46 UTC 2006


Author: zugschlus
Date: 2006-05-23 14:55:45 +0000 (Tue, 23 May 2006)
New Revision: 908

Modified:
   nagios2/trunk/debian/changelog
   nagios2/trunk/debian/control
   nagios2/trunk/debian/rules
Log:
  * Add nagios2-dbg package
  * Fix typos in debian/control
  * new upstream 2.3.1


Modified: nagios2/trunk/debian/changelog
===================================================================
--- nagios2/trunk/debian/changelog	2006-05-23 14:52:06 UTC (rev 907)
+++ nagios2/trunk/debian/changelog	2006-05-23 14:55:45 UTC (rev 908)
@@ -1,10 +1,15 @@
-nagios2 (2.3-1.0) UNRELEASED; urgency=low
+nagios2 (2.3.1-0) UNRELEASED; urgency=low
 
+  [Marc Haber]
+  * new upstream version
+  * CVE-2006-2489 was already fixed in 2.3-1
+  * Add nagios2-dbg package
+  * Fix typos in debian/control
+
+  [sean finney]
   * posterity:  the previous release 2.3-1 also included a fix for
     CVE-2006-2489, as we were the ones who discovered it while fixing the
     previous vulnerability :)
-
-  [sean finney]
   * include the needed function from the webapps-common httpd stub inline
     in the config script, as fresh installations may not have the file
     available (if using apt instead of dpkg, for example).  Closes: #353966.

Modified: nagios2/trunk/debian/control
===================================================================
--- nagios2/trunk/debian/control	2006-05-23 14:52:06 UTC (rev 907)
+++ nagios2/trunk/debian/control	2006-05-23 14:55:45 UTC (rev 908)
@@ -60,7 +60,7 @@
  This package is the new version 2.x series of nagios, which will eventually
  replace the 1.x versions.
  .
- Nagios is a replacement of the Netsaint project. It accept and uses the
+ Nagios is a replacement of the Netsaint project. It accepts and uses the
  previous Netsaint modules transparently.
  .
  Upstream URL: http://www.nagios.org/
@@ -90,7 +90,36 @@
  This package is the new version 2.x series of nagios, which will eventually
  replace the 1.x versions.
  .
- Nagios is a replacement of the Netsaint project. It accept and uses the
+ Nagios is a replacement of the Netsaint project. It accepts and uses the
  previous Netsaint modules transparently.
  .
  Upstream URL: http://www.nagios.org/
+
+Package: nagios2-dbg
+Section: devel
+Architecture: all
+Depends: nagios2 (= ${Source-Version})
+Description: debugging symbols for nagios2
+ Nagios is a monitoring and management system for hosts, services and
+ networks.
+ .
+ Nagios' features include:
+ .
+ o  Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
+    PING, etc.) 
+ o  Plugin interface to allow for user-developed service checks 
+ o  Contact notifications when problems occur and get resolved (via email,
+    pager, or user-defined method) 
+ o  Ability to define event handlers to be run during service or host events
+    (for proactive problem resolution) 
+ o  Web output (current status, notifications, problem history, log file, etc.) 
+ .
+ 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 nagios2 binaries.
+ .
+ Nagios is a replacement of the Netsaint project. It accepts and uses the
+ previous Netsaint modules transparently.
+ .
+ Upstream URL: http://www.nagios.org/

Modified: nagios2/trunk/debian/rules
===================================================================
--- nagios2/trunk/debian/rules	2006-05-23 14:52:06 UTC (rev 907)
+++ nagios2/trunk/debian/rules	2006-05-23 14:55:45 UTC (rev 908)
@@ -166,7 +166,7 @@
 	dh_testroot          -a
 	dh_link		     -a
 	dh_install           -a
-	dh_strip             -a
+	dh_strip             -a  --dbg-package=nagios2-dbg
 	dh_compress          -a
 	dh_fixperms          -a -X/var/cache/nagios2
 	dh_installdeb        -a




More information about the Pkg-nagios-changes mailing list