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

Alexander Wirt formorer at alioth.debian.org
Mon Dec 8 02:07:44 UTC 2008


Author: formorer
Date: 2008-12-08 02:07:44 +0000 (Mon, 08 Dec 2008)
New Revision: 1603

Modified:
   nagios3/trunk/debian/changelog
   nagios3/trunk/debian/control
Log:
Fix some linitan warnings/errors


Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2008-12-08 01:55:22 UTC (rev 1602)
+++ nagios3/trunk/debian/changelog	2008-12-08 02:07:44 UTC (rev 1603)
@@ -3,6 +3,9 @@
   * New upstream version
     - Even more fixes for CVE-2008-5028 
   * Urgency high for security fixes
+  * Add ${shlibs:Depends} (Fixes lintian error, as the epn debugger 
+    should depend on libc)
+  * Add ${misc:Depends} to binaries (Fixes lintian warning)
 
  -- Alexander Wirt <formorer at debian.org>  Mon, 08 Dec 2008 02:51:21 +0100
 

Modified: nagios3/trunk/debian/control
===================================================================
--- nagios3/trunk/debian/control	2008-12-08 01:55:22 UTC (rev 1602)
+++ nagios3/trunk/debian/control	2008-12-08 02:07:44 UTC (rev 1603)
@@ -13,7 +13,7 @@
 
 Package: nagios3-common
 Architecture: all
-Depends: nagios-plugins-basic, nagios3-doc, coreutils (>= 4.5.3), bsd-mailx | mailx, adduser, lsb-base (>= 3.0-3), ucf, apache2-utils, ${misc:Depends}, ${perl:Depends}
+Depends: nagios-plugins-basic, nagios3-doc, coreutils (>= 4.5.3), bsd-mailx | mailx, adduser, lsb-base (>= 3.0-3), ucf, apache2-utils, ${misc:Depends}, ${perl:Depends}, ${misc:Depends}
 Recommends: apache2 | httpd, nagios-plugins, nagios-images (>> 0.1)
 Description: support files for nagios3
  Nagios is a monitoring and management system for hosts, services and
@@ -42,7 +42,7 @@
 
 Package: nagios3
 Architecture: any
-Depends: ${shlibs:Depends}, nagios3-common (= ${source:Version}), ${perl:Depends}
+Depends: ${shlibs:Depends}, nagios3-common (= ${source:Version}), ${perl:Depends}, ${misc:Depends}
 Suggests: nagios-nrpe-plugin
 Description: A host/service/network monitoring and management system
  Nagios is a monitoring and management system for hosts, services and
@@ -73,7 +73,7 @@
 Package: nagios3-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Description: documentation for nagios3
  Nagios is a monitoring and management system for hosts, services and
  networks.
@@ -103,7 +103,7 @@
 Package: nagios3-dbg
 Priority: extra
 Architecture: any
-Depends: nagios3 (= ${binary:Version}), ${perl:Depends}
+Depends: nagios3 (= ${binary:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: debugging symbols and debug stuff for nagios3
  Nagios is a monitoring and management system for hosts, services and
  networks.




More information about the Pkg-nagios-changes mailing list