From: Sebastian Harl Date: Thu, 24 Jan 2013 13:40:15 +0000 (+0100) Subject: Merge branch 'wheezy' into experimental. X-Git-Tag: v_0_6_19-1~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a456fea49dfd7088f33376050196a162bccc31f6;p=pkg-pnp4nagios.git Merge branch 'wheezy' into experimental. Conflicts: debian/changelog --- a456fea49dfd7088f33376050196a162bccc31f6 diff --cc debian/changelog index ec81128,64267a6..4eca43f --- a/debian/changelog +++ b/debian/changelog @@@ -1,17 -1,17 +1,31 @@@ - pnp4nagios (0.6.16-2) unstable; urgency=low ++pnp4nagios (0.6.16-3) UNRELEASED; urgency=low + + * debian/pnp4nagios.postrm: + - Fixed typo: Apache's config files use file suffix .conf rather than + .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 + + pnp4nagios (0.6.16-2) unstable; urgency=low + + * debian/control: + - Adapted versioned build-dep on libjs-jquery-ui to the workaround used by + that package (1.8.14 -> 1.8.ooops.14). Thanks to Christoph Anton + Mitterer for reporting this (Closes: #683100). + * debian/patches/: + - adjust-template-path: Fixed the patch for empty templates.d and some + versions of glob() which in this case returns nothing resulting in PHP + syntax errors and a crash of PNP4Nagios; thanks to Christoph Anton + Mitterer for reporting this and pointing out a fix (Closes: #683138). + + -- Sebastian Harl Sat, 24 Nov 2012 15:34:54 +0100 + pnp4nagios (0.6.16-1) unstable; urgency=low * New upstream version. diff --cc debian/control index edfbf00,a7f82f8..aa2cbd0 --- a/debian/control +++ b/debian/control @@@ -42,10 -42,10 +42,10 @@@ Description: Nagios addon to create gra 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), + libjs-jquery (>= 1.6.2), libjs-jquery-ui (>= 1.8.ooops.14), rrdtool, adduser, ${misc:Depends}