This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit 13d9f9d48a3a154db4db0c08eb5882701dfc540d Author: Jan-Pascal van Best <[email protected]> Date: Mon Aug 11 18:22:25 2008 +0000 Also Depend: preferably op OpenJDK --- debian/changelog | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa93118..827960c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,13 @@ easymock (2.4+ds1-1) unstable; urgency=low * New upstream version - * Build with OpenJDK + * Build with OpenJDK (gcj hangs 'sometimes' during builds) * Reformatted debian/copyright to pacify lintian * Update build.xml to build javadocs with source=5 * Update standards-version to 3.8.0 * Update doc-base section to Programming/Java - -- Jan-Pascal van Best <[email protected]> Sat, 09 Aug 2008 22:03:08 +0200 + -- Jan-Pascal van Best <[email protected]> Mon, 11 Aug 2008 20:21:27 +0200 easymock (2.3+ds1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index dab0a79..0b969f9 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://www.easymock.org Package: libeasymock-java Architecture: all -Depends: java-gcj-compat (>= 1.0.76) | java2-runtime +Depends: openjdk-6-jre (>= 6b11) | java5-runtime Suggests: libeasymock-java-doc Description: Java library to generate Mock Objects for given interfaces EasyMock 2 is a library that provides an easy way to use Mock Objects for given -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

