Code

90e8d5b44ab3334a1e9cc09e39fc5ee6ecb598eb
[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.
20   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
21     pnp4nagios-bin.pnp_gearman_worker.init:
22     - Added init script for the PNP4Nagios Gearman worker daemon.
23     - The daemon is disabled by default.
25  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
27 pnp4nagios (0.6.11-2) unstable; urgency=low
29   * debian/po/:
30     - Added French debconf translation; thanks to Christian Perrier for
31       providing the translation (Closes: #623181).
32     - Added German debconf translation.
33     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
34       the translation (Closes: #623798).
35   * debian/pnp4nagios-web.postinst:
36     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
37       pnp4nagios-bin.postinst which ships the directory. This fixes an error
38       when installing -web without -bin.
40  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
42 pnp4nagios (0.6.11-1) unstable; urgency=low
44   [ Sven Velt ]
45   * Initial release (Closes: #479031)
46   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
47     copies.
48   * Do not use the bundled copy of Kohana2 but rather depend on
49     libkohana2-php.
50   * Ship all configuration in /etc and create appropriate symlinks.
51   * Ship upstream sample configs as default configs.
52   * debian/patches:
53     - Added adjust-template-path: install templates into /etc/ rather than
54       /usr/share/.
55     - Added apache-fix-path-to-userfile: fix config directory in the sample
56       httpd.conf.
57     - Added fix-nagios-url: fix cgi-bin path in config.php.
58     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
59     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
60       path in pdf.php.
61     - Added raise-process-perfdata-timeout: set timeout to 10s in
62       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
63       be enough.
65   [ Sebastian Harl ]
66   * Build the following binary packages:
67     - pnp4nagios-bin: NPCD and process_perfdata.pl
68     - pnp4nagios-web: web interface
69     - pnp4nagios: metapackage depending on the other two
70   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
71   * Make Apache2 configuration optional using debconf.
73  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100