X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=ec81128d9941cf873c09be65b42a38da2cf45535;hb=507e83b5b449b0d1ac81f97f218f0b443887d992;hp=bed6f83f4edeced711825d060b5db08091346845;hpb=057b7c4c0414ddfa62a27ca7abfb9722c4520f18;p=pkg-pnp4nagios.git diff --git a/debian/changelog b/debian/changelog index bed6f83..ec81128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,73 @@ +pnp4nagios (0.6.16-2) unstable; 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-1) unstable; urgency=low + + * New upstream version. + * debian/control: + - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than + unversioned dependencies); this is what upstream did as well. + * debian/rules: + - Added recommended targets build-{arch,indep} depending on build-stamp. + * debian/pnp4nagios-bin.install: + - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/. + * debian/pnp4nagios-web.postinst: + - Call a2mod / restart apache2 only if the binaries are available; thanks + to Wouter Schoot for reporting this (Closes: #636218). + * debian/po/: + - Added Spanish debconf translations; thanks to Camaleón for providing + those (Closes: #632953). + - Added Portuguese debconf translations; thanks to Pedro Ribeiro for + providing those (Closes: #651432). + - Added Dutch debconf translations; thanks to Jeroen Schot for providing + those (Closes: #654214). + - Added Danish debconf translations; thanks to Joe Dalton for providing + those (Closes: #654816). + - Added Czech debconf translations; thanks to Michal Šimůnek for providing + those (Closes: #655132). + * debian/README.Debian: + - Added a note about installation with Icinga referring to the different + htpasswd.users file location; thanks to Alexander Reichle-Schmehl for + reporting this (Closes: #646587). + * debian/patches/adjust-template-path: + - Added support for /etc/pnp4nagios/templates.d. + * debian/README.templates.d: + - Added README file for the use of /etc/pnp4nagios/templates.d. The file + will be installed to that directory. + + -- Sebastian Harl Tue, 31 Jan 2012 14:00:47 +0100 + +pnp4nagios (0.6.13-1) unstable; urgency=low + + * New upstream release. + * debian/README.Debian: + - Added more verbose instructions about how to setup mod_gearman mode. + * debian/patches/: + - Removed manpage-hyphen -- applied upstream. + * debian/rules: + - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now + taken care of in the upstream Makefile. + * debian/po/: + - Added Japanese debconf translation; thanks to Hideki Yamane for + providing the translation (Closes: #626386). + - Added Swedish debconf translation; thanks to Martin Bagge for providing + the translation (Closes: #628926). + * debian/control: + - Updated standards-version to 3.9.2 -- no changes. + + -- Sebastian Harl Wed, 22 Jun 2011 12:42:18 +0200 + pnp4nagios (0.6.12-1) unstable; urgency=low * New upstream release. @@ -13,11 +83,16 @@ pnp4nagios (0.6.12-1) unstable; urgency=low pretend this is possible. Also, do not use $prefix when setting man-/ infodir but specify the complete path. - Do not install config_local.php and config.php.$PKG_VERSION. + - Remove generated scripts/rc.pnp_gearman_worker in 'clean'. * debian/rules, debian/pnp4nagios-bin.install: - Do not install npcd.8 using dh_installman; this is done by the upstream Makefile now. + * debian/pnp4nagios-bin.pnp_gearman_worker.default, + pnp4nagios-bin.pnp_gearman_worker.init: + - Added init script for the PNP4Nagios Gearman worker daemon. + - The daemon is disabled by default. - -- Sebastian Harl Tue, 26 Apr 2011 14:37:48 +0200 + -- Sebastian Harl Wed, 27 Apr 2011 09:05:48 +0200 pnp4nagios (0.6.11-2) unstable; urgency=low