This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit 092228ce225b8d284b854a85be84259ff32cc6b8 Author: Jan-Pascal van Best <[email protected]> Date: Tue Jun 23 10:20:24 2009 +0000 update dependency on junit4; bump standards-version; release 2.4+ds1-3 --- debian/changelog | 7 +++++++ debian/control | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d07f0e4..ad64859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +easymock (2.4+ds1-3) unstable; urgency=low + + * Updated dependency version of junit4 (Closes: #534017). + * Bump standards-version to 3.8.1 (no changes needed). + + -- Jan-Pascal van Best <[email protected]> Tue, 23 Jun 2009 12:10:43 +0200 + easymock (2.4+ds1-2) unstable; urgency=low * Updated debian/watch to work again with upstream version numbering diff --git a/debian/control b/debian/control index 4d02774..4908e7f 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: easymock -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jan-Pascal van Best <[email protected]> @@ -8,13 +8,13 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/ Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/ Build-Depends: cdbs, debhelper (>= 5.0.42), dpatch (>= 2.0), openjdk-6-jdk (>= 6b11-5), ant-optional (>= 1.7.0), - junit4 (>= 4.3.1) -Standards-Version: 3.8.0 + junit4 (>= 4.6-2) +Standards-Version: 3.8.1 Homepage: http://www.easymock.org Package: libeasymock-java Architecture: all -Depends: openjdk-6-jre (>= 6b11) | java5-runtime +Depends: ${misc: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 @@ -25,6 +25,7 @@ Description: Java library to generate Mock Objects for given interfaces Package: libeasymock-java-doc Architecture: all +Depends: ${misc:Depends} Section: doc Enhances: libeasymock-java Description: Java library to generate Mock Objects for given interfaces (documentation) -- 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

