Code

control: Optionally depend on php5-cgi instead of libapache2-mod-php5.
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.16-2) unstable; urgency=low
3   * debian/pnp4nagios.postrm:
4     - Fixed typo: Apache's config files use file suffix .conf rather than
5       .cfg; this prevented /etc/apache2/conf.d/pnp4nagios.conf from being
6       removed on remove/purge; thanks to Andreas Beckmann for reporting this
7       (cf. #669839).
8   * debian/control:
9     - Optionally depend on php5-cgi instead of libapache2-mod-php5 to allow
10       for easier installations when not using Apache; thanks to Matthias
11       Wamser for reporting this (Closes: #671231).
13  -- Sebastian Harl <tokkee@debian.org>  Tue, 24 Apr 2012 14:44:33 +0200
15 pnp4nagios (0.6.16-1) unstable; urgency=low
17   * New upstream version.
18   * debian/control:
19     - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than
20       unversioned dependencies); this is what upstream did as well.
21   * debian/rules:
22     - Added recommended targets build-{arch,indep} depending on build-stamp.
23   * debian/pnp4nagios-bin.install:
24     - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/.
25   * debian/pnp4nagios-web.postinst:
26     - Call a2mod / restart apache2 only if the binaries are available; thanks
27       to Wouter Schoot for reporting this (Closes: #636218).
28   * debian/po/:
29     - Added Spanish debconf translations; thanks to Camaleón for providing
30       those (Closes: #632953).
31     - Added Portuguese debconf translations; thanks to Pedro Ribeiro for
32       providing those (Closes: #651432).
33     - Added Dutch debconf translations; thanks to Jeroen Schot for providing
34       those (Closes: #654214).
35     - Added Danish debconf translations; thanks to Joe Dalton for providing
36       those (Closes: #654816).
37     - Added Czech debconf translations; thanks to Michal Šimůnek for providing
38       those (Closes: #655132).
39   * debian/README.Debian:
40     - Added a note about installation with Icinga referring to the different
41       htpasswd.users file location; thanks to Alexander Reichle-Schmehl for
42       reporting this (Closes: #646587).
43   * debian/patches/adjust-template-path:
44     - Added support for /etc/pnp4nagios/templates.d.
45   * debian/README.templates.d:
46     - Added README file for the use of /etc/pnp4nagios/templates.d. The file
47       will be installed to that directory.
49  -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 14:00:47 +0100
51 pnp4nagios (0.6.13-1) unstable; urgency=low
53   * New upstream release.
54   * debian/README.Debian:
55     - Added more verbose instructions about how to setup mod_gearman mode.
56   * debian/patches/:
57     - Removed manpage-hyphen -- applied upstream.
58   * debian/rules:
59     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
60       taken care of in the upstream Makefile.
61   * debian/po/:
62     - Added Japanese debconf translation; thanks to Hideki Yamane for
63       providing the translation (Closes: #626386).
64     - Added Swedish debconf translation; thanks to Martin Bagge for providing
65       the translation (Closes: #628926).
66   * debian/control:
67     - Updated standards-version to 3.9.2 -- no changes.
69  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
71 pnp4nagios (0.6.12-1) unstable; urgency=low
73   * New upstream release.
74   * debian/patches/:
75     - Removed raise-process-perfdata-timeout -- a similar patch has been
76       included upstream.
77     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
78   * debian/rules:
79     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
80       configs by the upstream Makefile; so, don't rename those files.
81     - Do not pass --prefix to configure and set man-/infodir correctly. The
82       prefix is set by layout=debian and cannot be overwritten, thus do not
83       pretend this is possible. Also, do not use $prefix when setting man-/
84       infodir but specify the complete path.
85     - Do not install config_local.php and config.php.$PKG_VERSION.
86     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
87   * debian/rules, debian/pnp4nagios-bin.install:
88     - Do not install npcd.8 using dh_installman; this is done by the upstream
89       Makefile now.
90   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
91     pnp4nagios-bin.pnp_gearman_worker.init:
92     - Added init script for the PNP4Nagios Gearman worker daemon.
93     - The daemon is disabled by default.
95  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
97 pnp4nagios (0.6.11-2) unstable; urgency=low
99   * debian/po/:
100     - Added French debconf translation; thanks to Christian Perrier for
101       providing the translation (Closes: #623181).
102     - Added German debconf translation.
103     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
104       the translation (Closes: #623798).
105   * debian/pnp4nagios-web.postinst:
106     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
107       pnp4nagios-bin.postinst which ships the directory. This fixes an error
108       when installing -web without -bin.
110  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
112 pnp4nagios (0.6.11-1) unstable; urgency=low
114   [ Sven Velt ]
115   * Initial release (Closes: #479031)
116   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
117     copies.
118   * Do not use the bundled copy of Kohana2 but rather depend on
119     libkohana2-php.
120   * Ship all configuration in /etc and create appropriate symlinks.
121   * Ship upstream sample configs as default configs.
122   * debian/patches:
123     - Added adjust-template-path: install templates into /etc/ rather than
124       /usr/share/.
125     - Added apache-fix-path-to-userfile: fix config directory in the sample
126       httpd.conf.
127     - Added fix-nagios-url: fix cgi-bin path in config.php.
128     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
129     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
130       path in pdf.php.
131     - Added raise-process-perfdata-timeout: set timeout to 10s in
132       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
133       be enough.
135   [ Sebastian Harl ]
136   * Build the following binary packages:
137     - pnp4nagios-bin: NPCD and process_perfdata.pl
138     - pnp4nagios-web: web interface
139     - pnp4nagios: metapackage depending on the other two
140   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
141   * Make Apache2 configuration optional using debconf.
143  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100