This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statcvs.
commit 481afd4e21395337b4db5ea37b95b0cb804d2d85 Author: Vincent Fourmond <[email protected]> Date: Sat Jan 5 09:40:08 2008 +0000 [statcvs] Fixed problems, but it has to move back from main... --- debian/changelog | 3 ++- debian/control | 5 +++-- debian/wrappers/statcvs | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index db84011..1ed3aac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ statcvs (1:0.3.dfsg-1) UNRELEASED; urgency=low * 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. diff --git a/debian/control b/debian/control index ff01da3..634ee44 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: statcvs -Section: devel +Section: contrib/devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Vincent Fourmond <[email protected]>, Christian Bayle <[email protected]> @@ -14,7 +14,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs 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 diff --git a/debian/wrappers/statcvs b/debian/wrappers/statcvs index a47055b..f6f107e 100755 --- a/debian/wrappers/statcvs +++ b/debian/wrappers/statcvs @@ -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 "$@" -- 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

