Author: janpascal-guest Date: 2009-06-23 13:47:59 +0000 (Tue, 23 Jun 2009) New Revision: 8571
Added: tags/easymock/2.4+ds1-3/ tags/easymock/2.4+ds1-3/debian/changelog tags/easymock/2.4+ds1-3/debian/control Removed: tags/easymock/2.4+ds1-3/debian/changelog tags/easymock/2.4+ds1-3/debian/control Log: Tagged release 2.4+ds1-3 Property changes on: tags/easymock/2.4+ds1-3 ___________________________________________________________________ Added: svn:mergeinfo + Deleted: tags/easymock/2.4+ds1-3/debian/changelog =================================================================== --- trunk/easymock/debian/changelog 2009-03-15 20:24:47 UTC (rev 8083) +++ tags/easymock/2.4+ds1-3/debian/changelog 2009-06-23 13:47:59 UTC (rev 8571) @@ -1,33 +0,0 @@ -easymock (2.4+ds1-2) unstable; urgency=low - - * Updated debian/watch to work again with upstream version numbering - * Added DM-Upload-Allowed: yes to debian/control - * Moved build.xml to debian/ to silence Lintian about it - - -- Jan-Pascal van Best <[email protected]> Mon, 08 Sep 2008 16:03:48 +0200 - -easymock (2.4+ds1-1) unstable; urgency=low - - * New upstream version - * 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]> Mon, 11 Aug 2008 20:21:27 +0200 - -easymock (2.3+ds1-2) unstable; urgency=low - - * Updated Vcs-* and Homepage fields in control file - * Updated watch file to match upstream version correctly (M. Koch) - * Updated dependency to current gcj-java-compat-dev (Closes: #450422) - * Updated standards version to 3.7.3 - - -- Jan-Pascal van Best <[email protected]> Fri, 11 Jan 2008 16:14:31 +0100 - -easymock (2.3+ds1-1) unstable; urgency=low - - * Initial release. (Closes: #441839) - - -- Jan-Pascal van Best <[email protected]> Thu, 13 Sep 2007 20:21:48 +0200 Copied: tags/easymock/2.4+ds1-3/debian/changelog (from rev 8566, trunk/easymock/debian/changelog) =================================================================== --- tags/easymock/2.4+ds1-3/debian/changelog (rev 0) +++ tags/easymock/2.4+ds1-3/debian/changelog 2009-06-23 13:47:59 UTC (rev 8571) @@ -0,0 +1,40 @@ +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 + * Added DM-Upload-Allowed: yes to debian/control + * Moved build.xml to debian/ to silence Lintian about it + + -- Jan-Pascal van Best <[email protected]> Mon, 08 Sep 2008 16:03:48 +0200 + +easymock (2.4+ds1-1) unstable; urgency=low + + * New upstream version + * 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]> Mon, 11 Aug 2008 20:21:27 +0200 + +easymock (2.3+ds1-2) unstable; urgency=low + + * Updated Vcs-* and Homepage fields in control file + * Updated watch file to match upstream version correctly (M. Koch) + * Updated dependency to current gcj-java-compat-dev (Closes: #450422) + * Updated standards version to 3.7.3 + + -- Jan-Pascal van Best <[email protected]> Fri, 11 Jan 2008 16:14:31 +0100 + +easymock (2.3+ds1-1) unstable; urgency=low + + * Initial release. (Closes: #441839) + + -- Jan-Pascal van Best <[email protected]> Thu, 13 Sep 2007 20:21:48 +0200 Deleted: tags/easymock/2.4+ds1-3/debian/control =================================================================== --- trunk/easymock/debian/control 2009-03-15 20:24:47 UTC (rev 8083) +++ tags/easymock/2.4+ds1-3/debian/control 2009-06-23 13:47:59 UTC (rev 8571) @@ -1,37 +0,0 @@ -Source: easymock -Section: libs -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Jan-Pascal van Best <[email protected]> -DM-Upload-Allowed: yes -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 -Homepage: http://www.easymock.org - -Package: libeasymock-java -Architecture: all -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 - interfaces. Mock Objects simulate parts of the behavior of domain code, - and are able to check whether they are used as defined. - Domain classes can be tested in isolation - by simulating their collaborators with Mock Objects. - -Package: libeasymock-java-doc -Architecture: all -Section: doc -Enhances: libeasymock-java -Description: Java library to generate Mock Objects for given interfaces (documentation) - EasyMock 2 is a library that provides an easy way to use Mock Objects for given - interfaces. Mock Objects simulate parts of the behavior of domain code, - and are able to check whether they are used as defined. - Domain classes can be tested in isolation - by simulating their collaborators with Mock Objects. - . - This package contains the documentation for the Mock Objects library. Copied: tags/easymock/2.4+ds1-3/debian/control (from rev 8566, trunk/easymock/debian/control) =================================================================== --- tags/easymock/2.4+ds1-3/debian/control (rev 0) +++ tags/easymock/2.4+ds1-3/debian/control 2009-06-23 13:47:59 UTC (rev 8571) @@ -0,0 +1,38 @@ +Source: easymock +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Jan-Pascal van Best <[email protected]> +DM-Upload-Allowed: yes +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.6-2) +Standards-Version: 3.8.1 +Homepage: http://www.easymock.org + +Package: libeasymock-java +Architecture: all +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 + interfaces. Mock Objects simulate parts of the behavior of domain code, + and are able to check whether they are used as defined. + Domain classes can be tested in isolation + by simulating their collaborators with Mock Objects. + +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) + EasyMock 2 is a library that provides an easy way to use Mock Objects for given + interfaces. Mock Objects simulate parts of the behavior of domain code, + and are able to check whether they are used as defined. + Domain classes can be tested in isolation + by simulating their collaborators with Mock Objects. + . + This package contains the documentation for the Mock Objects library. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

