This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit df8ee7148d76ed2bd28fa99652a21530317700eb Author: Vincent Fourmond <[email protected]> Date: Wed Mar 23 10:07:39 2011 +0000 [statsvn] Fixing (trivial) XML generation problem --- debian/changelog | 8 ++++++++ debian/control | 9 +++++---- debian/wrappers/statsvn | 3 ++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 38a1057..51860af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +statsvn (0.7.0.dfsg-3) unstable; urgency=low + + * Add libjdom1-java to dependencies + add jdom1 in the classpath + to fix class not found exception when generating XML (closes: #616412) + * Tighten up dependencies on more recent versions of java-wrapper + + -- Vincent Fourmond <[email protected]> Wed, 23 Mar 2011 11:01:07 +0100 + statsvn (0.7.0.dfsg-2) unstable; urgency=low * Pull option documentation from upstream's wiki: diff --git a/debian/control b/debian/control index be4267c..54202c8 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Vincent Fourmond <[email protected]> Build-Depends: cdbs, debhelper (>= 5), ant, libbackport-util-concurrent-java, libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0), default-jdk, - libsvnkit-java -Standards-Version: 3.8.4 + libsvnkit-java, libjdom1-java +Standards-Version: 3.9.1 Homepage: http://www.statsvn.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statsvn Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn @@ -15,8 +15,9 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn Package: statsvn Architecture: all Depends: java-gcj-compat | java-runtime, libjcommon-java, - libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.7.0), - subversion, java-wrappers (>= 0.1.4), ${misc:Depends}, libsvnkit-java + libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.7.0), + subversion, java-wrappers (>= 0.1.16), ${misc:Depends}, + libsvnkit-java, libjdom1-java Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project evolution, e.g. diff --git a/debian/wrappers/statsvn b/debian/wrappers/statsvn index c961047..0d73154 100755 --- a/debian/wrappers/statsvn +++ b/debian/wrappers/statsvn @@ -5,6 +5,7 @@ # We first look for sun's runtime, and then for all the rest find_java_runtime sun || find_java_runtime -find_jars jfreechart jcommon statcvs backport-util-concurrent statsvn +find_jars jfreechart jcommon statcvs backport-util-concurrent statsvn \ + jdom1 run_java net.sf.statsvn.Main "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statsvn.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

