Code

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