[pkg-java] r11051 - trunk/junit4/debian

Thierry Carrez ttx-guest at alioth.debian.org
Wed Nov 11 11:27:40 UTC 2009


Author: ttx-guest
Date: 2009-11-11 11:27:40 +0000 (Wed, 11 Nov 2009)
New Revision: 11051

Modified:
   trunk/junit4/debian/changelog
   trunk/junit4/debian/control
Log:
Minimal dependency on default-jre-headless | java5-runtime-headless, since
java5 code is produced and junit4 doesn't require full JRE.

Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog	2009-11-11 10:46:59 UTC (rev 11050)
+++ trunk/junit4/debian/changelog	2009-11-11 11:27:40 UTC (rev 11051)
@@ -1,3 +1,10 @@
+junit4 (4.7-3) UNRELEASED; urgency=low
+
+  * Minimal dependency on default-jre-headless | java5-runtime-headless, since
+    java5 code is produced and junit4 doesn't require full JRE.
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Wed, 11 Nov 2009 12:06:15 +0100
+
 junit4 (4.7-2) unstable; urgency=low
 
   * NEWS.Debian and README.Debian: explain usage of JUnit4 with Ant.

Modified: trunk/junit4/debian/control
===================================================================
--- trunk/junit4/debian/control	2009-11-11 10:46:59 UTC (rev 11050)
+++ trunk/junit4/debian/control	2009-11-11 11:27:40 UTC (rev 11051)
@@ -12,7 +12,7 @@
 
 Package: junit4
 Architecture: all
-Depends: ${misc:Depends}, default-jre | java2-runtime, libhamcrest-java
+Depends: ${misc:Depends}, default-jre-headless | java5-runtime-headless, libhamcrest-java
 Description: JUnit regression test framework for Java
  JUnit is a simple framework to write repeatable tests. It is an
  instance of the xUnit architecture for unit testing frameworks.




More information about the pkg-java-commits mailing list