This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libapache-mod-jk.
commit ff18d8f7768c699d3bb689ea1d3d31f78ce69eb7 Author: Michael Koch <[email protected]> Date: Tue Apr 17 19:21:26 2007 +0000 libapache-mod-jk (1:1.2.22-1) unstable; urgency=low * New upstream release - works when no JkWorkersFile option set (Closes: #419448). * Added debian/patches/04_no-worker-error.dpatch to make the message "Could not find worker" an error and more visible (Closes: #418887). --- debian/changelog | 9 +++++++++ debian/patches/00list | 1 + debian/patches/04_no-worker-error.dpatch | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/debian/changelog b/debian/changelog index 19e790a..63cf081 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libapache-mod-jk (1:1.2.22-1) unstable; urgency=low + + * New upstream release + - works when no JkWorkersFile option set (Closes: #419448). + * Added debian/patches/04_no-worker-error.dpatch to make the message + "Could not find worker" an error and more visible (Closes: #418887). + + -- Michael Koch <[email protected]> Tue, 17 Apr 2007 08:12:38 +0200 + libapache-mod-jk (1:1.2.21-1) unstable; urgency=low * New upstream release diff --git a/debian/patches/00list b/debian/patches/00list index 27bdfd1..03dd388 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,2 +1,3 @@ 02_style_xsl 03_jk-runtime-status_default_location.dpatch +04_no-worker-error.dpatch diff --git a/debian/patches/04_no-worker-error.dpatch b/debian/patches/04_no-worker-error.dpatch new file mode 100644 index 0000000..4f7c25c --- /dev/null +++ b/debian/patches/04_no-worker-error.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_no-worker-error.dpatch by Michael Koch <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: commented some errors in the stylesheet + +@DPATCH@ + +--- ./native/apache-2.0/mod_jk.c~ 2007-04-17 08:04:47.000000000 +0200 ++++ ./native/apache-2.0/mod_jk.c 2007-04-17 08:05:12.000000000 +0200 +@@ -2259,7 +2259,7 @@ + } + } + else { +- jk_log(xconf->log, JK_LOG_INFO, "Could not find a worker" ++ jk_log(xconf->log, JK_LOG_ERROR, "Could not find a worker" + " for worker name=%s", + worker_name); + JK_TRACE_EXIT(xconf->log); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libapache-mod-jk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

