This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statcvs.
commit 4e21887ff50c67f67a071c54e960ff9ebe04a27f Author: Vincent Fourmond <[email protected]> Date: Sat Apr 2 23:57:04 2011 +0000 [statcvs] Almost ready to go to experimental --- debian/changelog | 4 +++- debian/control | 2 +- debian/wrappers/statcvs | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d4f3fb..d19d5aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ statcvs (1:0.7.0.dfsg-3) experimental; urgency=low * 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 <[email protected]> Sun, 03 Apr 2011 01:34:40 +0200 + -- Vincent Fourmond <[email protected]> Sun, 03 Apr 2011 01:55:31 +0200 statcvs (1:0.7.0.dfsg-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 0d7308b..2bb53ed 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs 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) diff --git a/debian/wrappers/statcvs b/debian/wrappers/statcvs index df19046..fa8f043 100755 --- a/debian/wrappers/statcvs +++ b/debian/wrappers/statcvs @@ -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 "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statcvs.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

