Code

control: Optionally depend on php5-cgi instead of libapache2-mod-php5.
authorSebastian Harl <sh@teamix.net>
Thu, 14 Jun 2012 10:11:04 +0000 (12:11 +0200)
committerSebastian Harl <sh@teamix.net>
Thu, 14 Jun 2012 10:11:04 +0000 (12:11 +0200)
This allows for easier installations when not using Apache; thanks to Matthias
Wamser for reporting this.

Closes: #671231
debian/changelog
debian/control

index 35772a56c63ea59d9b130ac19bfaabc8fb6cace8..ec81128d9941cf873c09be65b42a38da2cf45535 100644 (file)
@@ -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).
       .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@debian.org>  Tue, 24 Apr 2012 14:44:33 +0200
 
 
  -- Sebastian Harl <tokkee@debian.org>  Tue, 24 Apr 2012 14:44:33 +0200
 
index ffbf0c9d5b59c19f4f8fe5cb85dac9d32cf9d697..edfbf00a4f46e13e56c2264f881502604115c15a 100644 (file)
@@ -42,7 +42,7 @@ Description: Nagios addon to create graphs from performance data (binaries)
 
 Package: pnp4nagios-web
 Architecture: all
 
 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),
  libkohana2-php,
  libfpdi-php,
  libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.14),