[pkg-java] r5312 - in trunk/statcvs/debian: . wrappers

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sat Jan 5 09:40:08 UTC 2008


Author: fourmond
Date: 2008-01-05 09:40:08 +0000 (Sat, 05 Jan 2008)
New Revision: 5312

Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/control
   trunk/statcvs/debian/wrappers/statcvs
Log:
[statcvs] Fixed problems, but it has to move back from main...

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2008-01-05 08:44:41 UTC (rev 5311)
+++ trunk/statcvs/debian/changelog	2008-01-05 09:40:08 UTC (rev 5312)
@@ -7,7 +7,8 @@
   * Switching to CDBS + dpatch
   * 01-disable-unjar to remove incorporation of removed jars into the 
     final jar
-  * Moving away from contrib, as it builds fine with gcj
+  * Builds fine with gcj, but does not run with gcj, or any
+    other free runtime, for what matters (probably due to #459281)
   * New statcvs script (closes: #343869)
   * Does not depend on libjdom-java anymore (closes: #331703)
   * Recommends: cvs as users won't make much of statcvs without it.

Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control	2008-01-05 08:44:41 UTC (rev 5311)
+++ trunk/statcvs/debian/control	2008-01-05 09:40:08 UTC (rev 5312)
@@ -1,5 +1,5 @@
 Source: statcvs
-Section: devel
+Section: contrib/devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>, Christian Bayle <bayle at debian.org>
@@ -14,7 +14,8 @@
 
 Package: statcvs
 Architecture: all
-Depends: java-gcj-compat | java2-runtime, libjcommon-java, libjfreechart-java
+Depends: sun-java5-jre | sun-java6-jre | java2-runtime, libjcommon-java,
+ libjfreechart-java
 Recommends: cvs
 Description: CVS Repository statistic analysis tool, written in Java
  StatCvs retrieves information from a CVS repository and generates

Modified: trunk/statcvs/debian/wrappers/statcvs
===================================================================
--- trunk/statcvs/debian/wrappers/statcvs	2008-01-05 08:44:41 UTC (rev 5311)
+++ trunk/statcvs/debian/wrappers/statcvs	2008-01-05 09:40:08 UTC (rev 5312)
@@ -3,7 +3,8 @@
 # Include the wrappers utility script
 . /usr/lib/java/wrappers-statcvs.sh
 
-find_java_runtime
+# We unfortunately need sun's runtime
+find_java_runtime sun
 find_jars jfreechart jcommon statcvs
 
 run_java net.sf.statcvs.Main "$@"




More information about the pkg-java-commits mailing list