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

Miguel Landaeta nomadium-guest at alioth.debian.org
Sat Dec 4 20:43:57 UTC 2010


Author: nomadium-guest
Date: 2010-12-04 20:43:57 +0000 (Sat, 04 Dec 2010)
New Revision: 13142

Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/control
   trunk/checkstyle/debian/wrappers/checkstyle
Log:
* Demote dependency on ant-optional to Suggests level.
* Add a Depends on libcommons-logging-java.


Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog	2010-12-04 20:16:41 UTC (rev 13141)
+++ trunk/checkstyle/debian/changelog	2010-12-04 20:43:57 UTC (rev 13142)
@@ -15,7 +15,7 @@
   * Update copyright file.
   * Update description. (Closes: #554606).
 
- -- Miguel Landaeta <miguel at miguel.cc>  Sat, 04 Dec 2010 13:42:19 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Sat, 04 Dec 2010 16:09:02 -0430
 
 checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low
 

Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control	2010-12-04 20:16:41 UTC (rev 13141)
+++ trunk/checkstyle/debian/control	2010-12-04 20:43:57 UTC (rev 13142)
@@ -19,8 +19,9 @@
 Architecture: all
 Depends:  default-jre-headless, libcommons-beanutils-java (>= 1.5),
  antlr, libcommons-cli-java, java-wrappers (>= 0.1.6),
- libgoogle-collections-java (>= 1.0~rc2), ant-optional, ${misc:Depends}
-Suggests: junit4, ${maven:OptionalDepends}
+ libgoogle-collections-java (>= 1.0~rc2), libcommons-logging-java,
+ ${misc:Depends}
+Suggests: junit4, ant-optional, ${maven:OptionalDepends}
 Description: checks Java source against a coding standard
  Checkstyle is a development tool to help programmers write Java code that 
  adheres to a coding standard. It automates the process of checking Java 

Modified: trunk/checkstyle/debian/wrappers/checkstyle
===================================================================
--- trunk/checkstyle/debian/wrappers/checkstyle	2010-12-04 20:16:41 UTC (rev 13141)
+++ trunk/checkstyle/debian/wrappers/checkstyle	2010-12-04 20:43:57 UTC (rev 13142)
@@ -5,6 +5,6 @@
 
 find_java_runtime default-jre
 
-find_jars antlr commons-beanutils google-collections commons-cli ant checkstyle
+find_jars antlr commons-beanutils google-collections commons-cli commons-logging checkstyle
 
 run_java com.puppycrawl.tools.checkstyle.Main "$@"




More information about the pkg-java-commits mailing list