[pkg-java] r6869 - trunk/easymock/debian

janpascal-guest at alioth.debian.org janpascal-guest at alioth.debian.org
Mon Aug 11 18:22:26 UTC 2008


Author: janpascal-guest
Date: 2008-08-11 18:22:25 +0000 (Mon, 11 Aug 2008)
New Revision: 6869

Modified:
   trunk/easymock/debian/changelog
   trunk/easymock/debian/control
Log:
Also Depend: preferably op OpenJDK

Modified: trunk/easymock/debian/changelog
===================================================================
--- trunk/easymock/debian/changelog	2008-08-11 17:43:39 UTC (rev 6868)
+++ trunk/easymock/debian/changelog	2008-08-11 18:22:25 UTC (rev 6869)
@@ -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 <janpascal at vanbest.org>  Sat, 09 Aug 2008 22:03:08 +0200
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Mon, 11 Aug 2008 20:21:27 +0200
 
 easymock (2.3+ds1-2) unstable; urgency=low
 

Modified: trunk/easymock/debian/control
===================================================================
--- trunk/easymock/debian/control	2008-08-11 17:43:39 UTC (rev 6868)
+++ trunk/easymock/debian/control	2008-08-11 18:22:25 UTC (rev 6869)
@@ -13,7 +13,7 @@
 
 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




More information about the pkg-java-commits mailing list