[pkg-java] r11049 - trunk/jexcelapi/debian

Thierry Carrez ttx-guest at alioth.debian.org
Wed Nov 11 10:41:20 UTC 2009


Author: ttx-guest
Date: 2009-11-11 10:41:20 +0000 (Wed, 11 Nov 2009)
New Revision: 11049

Added:
   trunk/jexcelapi/debian/ant.properties
Modified:
   trunk/jexcelapi/debian/changelog
   trunk/jexcelapi/debian/control
Log:
* debian/control: Minimal dependency on java2-runtime-headless
* debian/ant.properties: Build java2 code to match minimal dependency

Added: trunk/jexcelapi/debian/ant.properties
===================================================================
--- trunk/jexcelapi/debian/ant.properties	                        (rev 0)
+++ trunk/jexcelapi/debian/ant.properties	2009-11-11 10:41:20 UTC (rev 11049)
@@ -0,0 +1,2 @@
+ant.build.javac.target=1.4
+ant.build.javac.source=1.4

Modified: trunk/jexcelapi/debian/changelog
===================================================================
--- trunk/jexcelapi/debian/changelog	2009-11-10 17:07:04 UTC (rev 11048)
+++ trunk/jexcelapi/debian/changelog	2009-11-11 10:41:20 UTC (rev 11049)
@@ -1,3 +1,10 @@
+jexcelapi (2.6.10-3) UNRELEASED; urgency=low
+
+  * debian/control: Minimal dependency on java2-runtime-headless
+  * debian/ant.properties: Build java2 code to match minimal dependency
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Wed, 11 Nov 2009 11:29:47 +0100
+
 jexcelapi (2.6.10-2) unstable; urgency=low
 
   * Switch to default-java.

Modified: trunk/jexcelapi/debian/control
===================================================================
--- trunk/jexcelapi/debian/control	2009-11-10 17:07:04 UTC (rev 11048)
+++ trunk/jexcelapi/debian/control	2009-11-11 10:41:20 UTC (rev 11049)
@@ -11,7 +11,7 @@
 
 Package: libjexcelapi-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless
 Suggests: java-virtual-machine
 Description: Java API to read, write and modify Excel spreadsheets
  The Java Excel API is an open source Java API which allows Java developers to




More information about the pkg-java-commits mailing list