[pkg-java] r11054 - trunk/libcommons-fileupload-java/debian

Thierry Carrez ttx-guest at alioth.debian.org
Thu Nov 12 10:35:04 UTC 2009


Author: ttx-guest
Date: 2009-11-12 10:35:03 +0000 (Thu, 12 Nov 2009)
New Revision: 11054

Modified:
   trunk/libcommons-fileupload-java/debian/ant.properties
   trunk/libcommons-fileupload-java/debian/changelog
   trunk/libcommons-fileupload-java/debian/control
Log:
* Minimal dependency on default-jre-headless | java2-runtime-headless
* debian/ant.properties: Force Java2 code to match dependency

Modified: trunk/libcommons-fileupload-java/debian/ant.properties
===================================================================
--- trunk/libcommons-fileupload-java/debian/ant.properties	2009-11-12 04:57:38 UTC (rev 11053)
+++ trunk/libcommons-fileupload-java/debian/ant.properties	2009-11-12 10:35:03 UTC (rev 11054)
@@ -1 +1,3 @@
 build.sysclasspath=only
+ant.build.javac.target=1.4
+ant.build.javac.source=1.4

Modified: trunk/libcommons-fileupload-java/debian/changelog
===================================================================
--- trunk/libcommons-fileupload-java/debian/changelog	2009-11-12 04:57:38 UTC (rev 11053)
+++ trunk/libcommons-fileupload-java/debian/changelog	2009-11-12 10:35:03 UTC (rev 11054)
@@ -1,3 +1,10 @@
+libcommons-fileupload-java (1.2.1-4) UNRELEASED; urgency=low
+
+  * Minimal dependency on default-jre-headless | java2-runtime-headless
+  * debian/ant.properties: Force Java2 code to match dependency
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Thu, 12 Nov 2009 11:21:01 +0100
+
 libcommons-fileupload-java (1.2.1-3) unstable; urgency=low
 
   * (Build-)Depends on default-jdk.

Modified: trunk/libcommons-fileupload-java/debian/control
===================================================================
--- trunk/libcommons-fileupload-java/debian/control	2009-11-12 04:57:38 UTC (rev 11053)
+++ trunk/libcommons-fileupload-java/debian/control	2009-11-12 10:35:03 UTC (rev 11054)
@@ -12,7 +12,7 @@
 
 Package: libcommons-fileupload-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, ${misc:Depends}
+Depends: default-jre-headless | java2-runtime-headless, libcommons-beanutils-java, libservlet2.4-java, libcommons-io-java, ${misc:Depends}
 Description: File upload capability to your servlets and web applications
  The Commons FileUpload package makes it easy to add robust, high-performance,
  file upload capability to your servlets and web applications.




More information about the pkg-java-commits mailing list