Code

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