[pkg-java] r13508 - in trunk/checkstyle/debian: . wrappers

Tony Mancill tmancill at alioth.debian.org
Tue Apr 5 03:50:41 UTC 2011


Author: tmancill
Date: 2011-04-05 03:50:37 +0000 (Tue, 05 Apr 2011)
New Revision: 13508

Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/wrappers/checkstyle
Log:
adjust wrapper script for updated java-wrappers (closes: 620868)

Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog	2011-04-04 20:07:57 UTC (rev 13507)
+++ trunk/checkstyle/debian/changelog	2011-04-05 03:50:37 UTC (rev 13508)
@@ -1,3 +1,10 @@
+checkstyle (5.3-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Adjust java-wrappers invocation (Closes: #620868)
+
+ -- tony mancill <tmancill at debian.org>  Mon, 04 Apr 2011 20:39:00 -0700
+
 checkstyle (5.3-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/checkstyle/debian/wrappers/checkstyle
===================================================================
--- trunk/checkstyle/debian/wrappers/checkstyle	2011-04-04 20:07:57 UTC (rev 13507)
+++ trunk/checkstyle/debian/wrappers/checkstyle	2011-04-05 03:50:37 UTC (rev 13508)
@@ -3,7 +3,7 @@
 # Include the wrappers utility script
 . /usr/lib/java-wrappers/java-wrappers.sh
 
-find_java_runtime default-jre
+find_java_runtime default
 
 find_jars antlr commons-beanutils google-collections commons-cli commons-logging checkstyle
 




More information about the pkg-java-commits mailing list