Author: fourmond Date: 2011-03-23 10:07:39 +0000 (Wed, 23 Mar 2011) New Revision: 13451
Modified: trunk/statsvn/debian/changelog trunk/statsvn/debian/control trunk/statsvn/debian/wrappers/statsvn Log: [statsvn] Fixing (trivial) XML generation problem Modified: trunk/statsvn/debian/changelog =================================================================== --- trunk/statsvn/debian/changelog 2011-03-23 05:26:56 UTC (rev 13450) +++ trunk/statsvn/debian/changelog 2011-03-23 10:07:39 UTC (rev 13451) @@ -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: Modified: trunk/statsvn/debian/control =================================================================== --- trunk/statsvn/debian/control 2011-03-23 05:26:56 UTC (rev 13450) +++ trunk/statsvn/debian/control 2011-03-23 10:07:39 UTC (rev 13451) @@ -5,8 +5,8 @@ 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 @@ 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. Modified: trunk/statsvn/debian/wrappers/statsvn =================================================================== --- trunk/statsvn/debian/wrappers/statsvn 2011-03-23 05:26:56 UTC (rev 13450) +++ trunk/statsvn/debian/wrappers/statsvn 2011-03-23 10:07:39 UTC (rev 13451) @@ -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 "$@" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

