This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit e3235527fc6cc1eb84ef823f2d665f5d63f728dd Author: Vincent Fourmond <[email protected]> Date: Mon Mar 10 22:48:02 2008 +0000 [statsvn] yet another dependency fix for statsvn --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c12547..13c0f53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +statsvn (0.3.1.dfsg-3) unstable; urgency=low + + * The 'Whoa I never uploaded two versions that close together' release + * statsvn must of course Depend on java-wrappers... (closes: #470394) + + -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:40:29 +0100 + statsvn (0.3.1.dfsg-2) unstable; urgency=low * Move subversion to Depends, as it is truly required diff --git a/debian/control b/debian/control index 680452b..ce86ba9 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Package: statsvn Architecture: all Depends: sun-java5-jre | sun-java6-jre | java2-runtime, libjcommon-java, libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 3), - subversion + subversion, java-wrappers (>= 0.1.4) Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project evolution, e.g. -- 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

