Code

changelog: Documented changes in README.Debian.
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.13-1) unstable; urgency=low
3   * New upstream release.
4   * debian/README.Debian:
5     - Added more verbose instructions about how to setup mod_gearman mode.
6   * debian/patches/:
7     - Removed manpage-hyphen -- applied upstream.
8   * debian/rules:
9     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
10       taken care of in the upstream Makefile.
11   * debian/po/:
12     - Added Japanese debconf translation; thanks to Hideki Yamane for
13       providing the translation (Closes: #626386).
14     - Added Swedish debconf translation; thanks to Martin Bagge for providing
15       the translation (Closes: #628926).
16   * debian/control:
17     - Updated standards-version to 3.9.2 -- no changes.
19  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
21 pnp4nagios (0.6.12-1) unstable; urgency=low
23   * New upstream release.
24   * debian/patches/:
25     - Removed raise-process-perfdata-timeout -- a similar patch has been
26       included upstream.
27     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
28   * debian/rules:
29     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
30       configs by the upstream Makefile; so, don't rename those files.
31     - Do not pass --prefix to configure and set man-/infodir correctly. The
32       prefix is set by layout=debian and cannot be overwritten, thus do not
33       pretend this is possible. Also, do not use $prefix when setting man-/
34       infodir but specify the complete path.
35     - Do not install config_local.php and config.php.$PKG_VERSION.
36     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
37   * debian/rules, debian/pnp4nagios-bin.install:
38     - Do not install npcd.8 using dh_installman; this is done by the upstream
39       Makefile now.
40   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
41     pnp4nagios-bin.pnp_gearman_worker.init:
42     - Added init script for the PNP4Nagios Gearman worker daemon.
43     - The daemon is disabled by default.
45  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
47 pnp4nagios (0.6.11-2) unstable; urgency=low
49   * debian/po/:
50     - Added French debconf translation; thanks to Christian Perrier for
51       providing the translation (Closes: #623181).
52     - Added German debconf translation.
53     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
54       the translation (Closes: #623798).
55   * debian/pnp4nagios-web.postinst:
56     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
57       pnp4nagios-bin.postinst which ships the directory. This fixes an error
58       when installing -web without -bin.
60  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
62 pnp4nagios (0.6.11-1) unstable; urgency=low
64   [ Sven Velt ]
65   * Initial release (Closes: #479031)
66   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
67     copies.
68   * Do not use the bundled copy of Kohana2 but rather depend on
69     libkohana2-php.
70   * Ship all configuration in /etc and create appropriate symlinks.
71   * Ship upstream sample configs as default configs.
72   * debian/patches:
73     - Added adjust-template-path: install templates into /etc/ rather than
74       /usr/share/.
75     - Added apache-fix-path-to-userfile: fix config directory in the sample
76       httpd.conf.
77     - Added fix-nagios-url: fix cgi-bin path in config.php.
78     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
79     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
80       path in pdf.php.
81     - Added raise-process-perfdata-timeout: set timeout to 10s in
82       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
83       be enough.
85   [ Sebastian Harl ]
86   * Build the following binary packages:
87     - pnp4nagios-bin: NPCD and process_perfdata.pl
88     - pnp4nagios-web: web interface
89     - pnp4nagios: metapackage depending on the other two
90   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
91   * Make Apache2 configuration optional using debconf.
93  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100