This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit 59c5aafe45a25ef6fd6c27eb3312ff3f698254a9 Author: Vincent Fourmond <[email protected]> Date: Tue May 10 22:57:59 2011 +0000 [statsvn] Upload to unstable + (almost) fix the classpath problems with newer javahelper --- debian/changelog | 10 ++++++++++ debian/control | 6 +++--- debian/statsvn.classpath | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d8757a..c811449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +statsvn (0.7.0.dfsg-5) unstable; urgency=low + + * Fix jar path for the call to jh_classpath + * Conforms to standards 3.9.2 + * Tighten up dependencies on statcvs, as old versions didn't have a proper + classpath + * Uploading to unstable + + -- Vincent Fourmond <[email protected]> Wed, 11 May 2011 00:47:35 +0200 + statsvn (0.7.0.dfsg-4) experimental; urgency=low * Now using javahelper, thanks to mjj29 ! diff --git a/debian/control b/debian/control index 7e1bf63..9c4c8fe 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, libjdom1-java, javahelper (>= 0.19) -Standards-Version: 3.9.1 + libsvnkit-java, libjdom1-java, javahelper (>= 0.34) +Standards-Version: 3.9.2 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,7 +15,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn Package: statsvn Architecture: all Depends: java-gcj-compat | java-runtime, ${java:Depends}, - statcvs (>= 1:0.7.0), subversion, java-wrappers (>= 0.1.20), + statcvs (>= 1:0.7.0.dfsg-4~), subversion, java-wrappers (>= 0.1.22), ${misc:Depends} Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates diff --git a/debian/statsvn.classpath b/debian/statsvn.classpath index af765ad..c087676 100644 --- a/debian/statsvn.classpath +++ b/debian/statsvn.classpath @@ -1 +1 @@ -dist/statsvn.jar /usr/share/java/backport-util-concurrent.jar /usr/share/java/statcvs.jar /usr/share/java/svnkit.jar +usr/share/java/statsvn.jar /usr/share/java/backport-util-concurrent.jar /usr/share/java/statcvs.jar /usr/share/java/svnkit.jar -- 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

