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

Vincent Fourmond fourmond at alioth.debian.org
Sat Apr 2 23:57:04 UTC 2011


Author: fourmond
Date: 2011-04-02 23:57:04 +0000 (Sat, 02 Apr 2011)
New Revision: 13492

Modified:
   trunk/statcvs/debian/changelog
   trunk/statcvs/debian/control
   trunk/statcvs/debian/wrappers/statcvs
Log:
[statcvs] Almost ready to go to experimental

Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog	2011-04-02 23:54:11 UTC (rev 13491)
+++ trunk/statcvs/debian/changelog	2011-04-02 23:57:04 UTC (rev 13492)
@@ -4,8 +4,10 @@
   * Profit from it to set a real classpath
   * Now conforms to standards 3.9.1
   * Fix spelling mistakes in the package description
+  * Changed the wrapper to automatically get the classpath from the jar
+    file
 
- -- Vincent Fourmond <fourmond at debian.org>  Sun, 03 Apr 2011 01:34:40 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 03 Apr 2011 01:55:31 +0200
 
 statcvs (1:0.7.0.dfsg-2) unstable; urgency=low
 

Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control	2011-04-02 23:54:11 UTC (rev 13491)
+++ trunk/statcvs/debian/control	2011-04-02 23:57:04 UTC (rev 13492)
@@ -15,7 +15,7 @@
 Package: statcvs
 Architecture: all
 Depends: java-gcj-compat | java-runtime, libjcommon-java,
- libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.15), libjdom1-java,
+ libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.20), libjdom1-java,
  ${misc:Depends}
 Breaks: statsvn (<< 0.5.0)
 Conflicts: statsvn (<< 0.5.0)

Modified: trunk/statcvs/debian/wrappers/statcvs
===================================================================
--- trunk/statcvs/debian/wrappers/statcvs	2011-04-02 23:54:11 UTC (rev 13491)
+++ trunk/statcvs/debian/wrappers/statcvs	2011-04-02 23:57:04 UTC (rev 13492)
@@ -5,6 +5,6 @@
 
 # We first look for sun's runtime, and then for all the rest
 find_java_runtime sun || find_java_runtime 
-find_jars jfreechart jcommon jdom1 statcvs
+find_jar_classpath statcvs
 
 run_java net.sf.statcvs.Main "$@"




More information about the pkg-java-commits mailing list