From 507e83b5b449b0d1ac81f97f218f0b443887d992 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 14 Jun 2012 12:11:04 +0200 Subject: [PATCH] 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 --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 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), -- 2.30.2