[pkg-java] r18126 - in trunk/checkstyle/debian: . wrappers
Tony Mancill
tmancill at moszumanska.debian.org
Sun May 11 00:07:01 UTC 2014
Author: tmancill
Date: 2014-05-11 00:07:01 +0000 (Sun, 11 May 2014)
New Revision: 18126
Modified:
trunk/checkstyle/debian/changelog
trunk/checkstyle/debian/control
trunk/checkstyle/debian/wrappers/checkstyle
Log:
commons-collections3 dep and jar (747560)
Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog 2014-05-09 09:47:00 UTC (rev 18125)
+++ trunk/checkstyle/debian/changelog 2014-05-11 00:07:01 UTC (rev 18126)
@@ -1,3 +1,12 @@
+checkstyle (5.7-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Patch jar list in wrapper script and add dependency on
+ libcommons-colleections3-java. (Closes: #747560)
+ - Thanks to Saikrishna Arcot for the bug report and patch.
+
+ -- tony mancill <tmancill at debian.org> Sat, 10 May 2014 07:40:08 -0700
+
checkstyle (5.7-1) unstable; urgency=medium
* New upstream release (Closes: #723194)
Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control 2014-05-09 09:47:00 UTC (rev 18125)
+++ trunk/checkstyle/debian/control 2014-05-11 00:07:01 UTC (rev 18126)
@@ -9,6 +9,7 @@
junit4 (>= 4.8),
libantlr-maven-plugin-java,
libcommons-beanutils-java (>= 1.5),
+ libcommons-collections3-java,
libcommons-cli-java,
libguava-java,
libmaven-antrun-plugin-java (>= 1.6),
Modified: trunk/checkstyle/debian/wrappers/checkstyle
===================================================================
--- trunk/checkstyle/debian/wrappers/checkstyle 2014-05-09 09:47:00 UTC (rev 18125)
+++ trunk/checkstyle/debian/wrappers/checkstyle 2014-05-11 00:07:01 UTC (rev 18126)
@@ -5,6 +5,6 @@
find_java_runtime default sunmin5
-find_jars antlr commons-beanutils guava commons-cli commons-logging checkstyle
+find_jars antlr commons-beanutils commons-collections3 guava commons-cli commons-logging checkstyle
run_java com.puppycrawl.tools.checkstyle.Main "$@"
More information about the pkg-java-commits
mailing list