[pkg-java] r11043 - trunk/concurrent-dfsg/debian
Thierry Carrez
ttx-guest at alioth.debian.org
Mon Nov 9 14:35:38 UTC 2009
Author: ttx-guest
Date: 2009-11-09 14:35:37 +0000 (Mon, 09 Nov 2009)
New Revision: 11043
Modified:
trunk/concurrent-dfsg/debian/ant.properties
trunk/concurrent-dfsg/debian/changelog
trunk/concurrent-dfsg/debian/control
Log:
* Depend on default-jre-headless | java2-runtime-headless instead of JDK
* debian/ant.properties: Build java2-code to match minimal dependency
Modified: trunk/concurrent-dfsg/debian/ant.properties
===================================================================
--- trunk/concurrent-dfsg/debian/ant.properties 2009-11-09 13:57:16 UTC (rev 11042)
+++ trunk/concurrent-dfsg/debian/ant.properties 2009-11-09 14:35:37 UTC (rev 11043)
@@ -1 +1,3 @@
docs=docs/api
+ant.build.javac.target=1.4
+ant.build.javac.source=1.4
Modified: trunk/concurrent-dfsg/debian/changelog
===================================================================
--- trunk/concurrent-dfsg/debian/changelog 2009-11-09 13:57:16 UTC (rev 11042)
+++ trunk/concurrent-dfsg/debian/changelog 2009-11-09 14:35:37 UTC (rev 11043)
@@ -1,3 +1,10 @@
+concurrent-dfsg (1.3.4-4) UNRELEASED; urgency=low
+
+ * Depend on default-jre-headless | java2-runtime-headless instead of JDK
+ * debian/ant.properties: Build java2-code to match minimal dependency
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com> Mon, 09 Nov 2009 15:30:52 +0100
+
concurrent-dfsg (1.3.4-3) unstable; urgency=low
* (Build-)Depends on default-jdk.
Modified: trunk/concurrent-dfsg/debian/control
===================================================================
--- trunk/concurrent-dfsg/debian/control 2009-11-09 13:57:16 UTC (rev 11042)
+++ trunk/concurrent-dfsg/debian/control 2009-11-09 14:35:37 UTC (rev 11043)
@@ -9,7 +9,7 @@
Package: libconcurrent-java
Section: java
Architecture: all
-Depends: default-jdk, ${misc:Depends}
+Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
Description: utility classes for concurrent java programming
The concurrent java library provides standardized, efficient versions of
utility classes commonly encountered in concurrent Java programming.
More information about the pkg-java-commits
mailing list