Code

pnp4nagios-web.postinst: Don't call a2mod / restart apache2 unconditionally.
[pkg-pnp4nagios.git] / debian / changelog
index 2022d91b3108f5670c82c762f8cded00e3a5da8d..eae8c57b195ee5aec3f6b3027e68a1198f59aa87 100644 (file)
@@ -1,9 +1,46 @@
+pnp4nagios (0.6.16-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/control:
+    - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than
+      unversioned dependencies); this is what upstream did as well.
+  * debian/rules:
+    - Added recommended targets build-{arch,indep} depending on build-stamp.
+  * debian/pnp4nagios-bin.install:
+    - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/.
+  * debian/pnp4nagios-web.postinst:
+    - Call a2mod / restart apache2 only if the binaries are available; thanks
+      to Wouter Schoot for reporting this (Closes: #636218).
+
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 09:45:56 +0100
+
+pnp4nagios (0.6.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/README.Debian:
+    - Added more verbose instructions about how to setup mod_gearman mode.
+  * debian/patches/:
+    - Removed manpage-hyphen -- applied upstream.
+  * debian/rules:
+    - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
+      taken care of in the upstream Makefile.
+  * debian/po/:
+    - Added Japanese debconf translation; thanks to Hideki Yamane for
+      providing the translation (Closes: #626386).
+    - Added Swedish debconf translation; thanks to Martin Bagge for providing
+      the translation (Closes: #628926).
+  * debian/control:
+    - Updated standards-version to 3.9.2 -- no changes.
+
+ -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
+
 pnp4nagios (0.6.12-1) unstable; urgency=low
 
   * New upstream release.
   * debian/patches/:
     - Removed raise-process-perfdata-timeout -- a similar patch has been
       included upstream.
+    - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
   * debian/rules:
     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
       configs by the upstream Makefile; so, don't rename those files.
@@ -12,11 +49,16 @@ pnp4nagios (0.6.12-1) unstable; urgency=low
       pretend this is possible. Also, do not use $prefix when setting man-/
       infodir but specify the complete path.
     - Do not install config_local.php and config.php.$PKG_VERSION.
+    - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
   * debian/rules, debian/pnp4nagios-bin.install:
     - Do not install npcd.8 using dh_installman; this is done by the upstream
       Makefile now.
+  * debian/pnp4nagios-bin.pnp_gearman_worker.default,
+    pnp4nagios-bin.pnp_gearman_worker.init:
+    - Added init script for the PNP4Nagios Gearman worker daemon.
+    - The daemon is disabled by default.
 
- -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 14:25:01 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
 
 pnp4nagios (0.6.11-2) unstable; urgency=low