[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_13-1-21-g507e83b

Sebastian Harl sh at teamix.net
Thu Jan 24 13:36:10 UTC 2013


The following commit has been merged in the master branch:
commit 507e83b5b449b0d1ac81f97f218f0b443887d992
Author: Sebastian Harl <sh at teamix.net>
Date:   Thu Jun 14 12:11:04 2012 +0200

    control: Optionally depend on php5-cgi instead of libapache2-mod-php5.
    
    This allows for easier installations when not using Apache; thanks to Matthias
    Wamser for reporting this.
    
    Closes: #671231

diff --git a/debian/changelog b/debian/changelog
index 35772a5..ec81128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ pnp4nagios (0.6.16-2) unstable; urgency=low
       .cfg; this prevented /etc/apache2/conf.d/pnp4nagios.conf from being
       removed on remove/purge; thanks to Andreas Beckmann for reporting this
       (cf. #669839).
+  * debian/control:
+    - Optionally depend on php5-cgi instead of libapache2-mod-php5 to allow
+      for easier installations when not using Apache; thanks to Matthias
+      Wamser for reporting this (Closes: #671231).
 
  -- Sebastian Harl <tokkee at debian.org>  Tue, 24 Apr 2012 14:44:33 +0200
 
diff --git a/debian/control b/debian/control
index ffbf0c9..edfbf00 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: Nagios addon to create graphs from performance data (binaries)
 
 Package: pnp4nagios-web
 Architecture: all
-Depends: libapache2-mod-php5 | php5, php5-gd,
+Depends: libapache2-mod-php5 | php5-cgi | php5, php5-gd,
  libkohana2-php,
  libfpdi-php,
  libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.14),

-- 
debian packaging of PNP4Nagios



More information about the Pkg-nagios-changes mailing list