Code

2022d91b3108f5670c82c762f8cded00e3a5da8d
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.12-1) unstable; urgency=low
3   * New upstream release.
4   * debian/patches/:
5     - Removed raise-process-perfdata-timeout -- a similar patch has been
6       included upstream.
7   * debian/rules:
8     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
9       configs by the upstream Makefile; so, don't rename those files.
10     - Do not pass --prefix to configure and set man-/infodir correctly. The
11       prefix is set by layout=debian and cannot be overwritten, thus do not
12       pretend this is possible. Also, do not use $prefix when setting man-/
13       infodir but specify the complete path.
14     - Do not install config_local.php and config.php.$PKG_VERSION.
15   * debian/rules, debian/pnp4nagios-bin.install:
16     - Do not install npcd.8 using dh_installman; this is done by the upstream
17       Makefile now.
19  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 14:25:01 +0200
21 pnp4nagios (0.6.11-2) unstable; urgency=low
23   * debian/po/:
24     - Added French debconf translation; thanks to Christian Perrier for
25       providing the translation (Closes: #623181).
26     - Added German debconf translation.
27     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
28       the translation (Closes: #623798).
29   * debian/pnp4nagios-web.postinst:
30     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
31       pnp4nagios-bin.postinst which ships the directory. This fixes an error
32       when installing -web without -bin.
34  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
36 pnp4nagios (0.6.11-1) unstable; urgency=low
38   [ Sven Velt ]
39   * Initial release (Closes: #479031)
40   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
41     copies.
42   * Do not use the bundled copy of Kohana2 but rather depend on
43     libkohana2-php.
44   * Ship all configuration in /etc and create appropriate symlinks.
45   * Ship upstream sample configs as default configs.
46   * debian/patches:
47     - Added adjust-template-path: install templates into /etc/ rather than
48       /usr/share/.
49     - Added apache-fix-path-to-userfile: fix config directory in the sample
50       httpd.conf.
51     - Added fix-nagios-url: fix cgi-bin path in config.php.
52     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
53     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
54       path in pdf.php.
55     - Added raise-process-perfdata-timeout: set timeout to 10s in
56       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
57       be enough.
59   [ Sebastian Harl ]
60   * Build the following binary packages:
61     - pnp4nagios-bin: NPCD and process_perfdata.pl
62     - pnp4nagios-web: web interface
63     - pnp4nagios: metapackage depending on the other two
64   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
65   * Make Apache2 configuration optional using debconf.
67  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100