[pkg-java] r3259 - in trunk/libapache-mod-jk/debian: . patches

Michael Koch mkoch at alioth.debian.org
Tue Apr 17 19:21:26 UTC 2007


Author: mkoch
Date: 2007-04-17 19:21:26 +0000 (Tue, 17 Apr 2007)
New Revision: 3259

Added:
   trunk/libapache-mod-jk/debian/patches/04_no-worker-error.dpatch
Modified:
   trunk/libapache-mod-jk/debian/changelog
   trunk/libapache-mod-jk/debian/patches/00list
Log:
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).



Modified: trunk/libapache-mod-jk/debian/changelog
===================================================================
--- trunk/libapache-mod-jk/debian/changelog	2007-04-17 10:40:16 UTC (rev 3258)
+++ trunk/libapache-mod-jk/debian/changelog	2007-04-17 19:21:26 UTC (rev 3259)
@@ -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 <konqueror at gmx.de>  Tue, 17 Apr 2007 08:12:38 +0200
+
 libapache-mod-jk (1:1.2.21-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libapache-mod-jk/debian/patches/00list
===================================================================
--- trunk/libapache-mod-jk/debian/patches/00list	2007-04-17 10:40:16 UTC (rev 3258)
+++ trunk/libapache-mod-jk/debian/patches/00list	2007-04-17 19:21:26 UTC (rev 3259)
@@ -1,2 +1,3 @@
 02_style_xsl
 03_jk-runtime-status_default_location.dpatch
+04_no-worker-error.dpatch

Added: trunk/libapache-mod-jk/debian/patches/04_no-worker-error.dpatch
===================================================================
--- trunk/libapache-mod-jk/debian/patches/04_no-worker-error.dpatch	2007-04-17 10:40:16 UTC (rev 3258)
+++ trunk/libapache-mod-jk/debian/patches/04_no-worker-error.dpatch	2007-04-17 19:21:26 UTC (rev 3259)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_no-worker-error.dpatch by Michael Koch <konqueror at gmx.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: commented some errors in the stylesheet
+
+ at 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);




More information about the pkg-java-commits mailing list