[pkg-java] r11024 - trunk/asm/debian

Thierry Carrez ttx-guest at alioth.debian.org
Fri Nov 6 12:39:26 UTC 2009


Author: ttx-guest
Date: 2009-11-06 12:39:26 +0000 (Fri, 06 Nov 2009)
New Revision: 11024

Modified:
   trunk/asm/debian/ant.properties
   trunk/asm/debian/changelog
   trunk/asm/debian/control
Log:
* debian/control: Minimally depend on java2-runtime-headless rather than
  java1-runtime | java2-runtime, since full JRE is not needed.
* debian/ant.properties: force java2 code generation to match dependency.

Modified: trunk/asm/debian/ant.properties
===================================================================
--- trunk/asm/debian/ant.properties	2009-11-05 21:06:45 UTC (rev 11023)
+++ trunk/asm/debian/ant.properties	2009-11-06 12:39:26 UTC (rev 11024)
@@ -16,3 +16,5 @@
 javac.includes=org/**/*.java
 javac.nowarn=off
 javac.verbose=yes
+ant.build.javac.target=1.4
+ant.build.javac.source=1.4

Modified: trunk/asm/debian/changelog
===================================================================
--- trunk/asm/debian/changelog	2009-11-05 21:06:45 UTC (rev 11023)
+++ trunk/asm/debian/changelog	2009-11-06 12:39:26 UTC (rev 11024)
@@ -1,3 +1,11 @@
+asm (1.5.3-7) UNRELEASED; urgency=low
+
+  * debian/control: Minimally depend on java2-runtime-headless rather than
+    java1-runtime | java2-runtime, since full JRE is not needed.
+  * debian/ant.properties: force java2 code generation to match dependency.
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Fri, 06 Nov 2009 12:09:13 +0100
+
 asm (1.5.3-6) unstable; urgency=low
 
   [ Damien Raude-Morvan ]

Modified: trunk/asm/debian/control
===================================================================
--- trunk/asm/debian/control	2009-11-05 21:06:45 UTC (rev 11023)
+++ trunk/asm/debian/control	2009-11-06 12:39:26 UTC (rev 11024)
@@ -12,7 +12,7 @@
 
 Package: libasm-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: default-jdk | java2-runtime-headless, ${misc:Depends}
 Suggests: libasm-java-doc
 Description: Java bytecode manipulation framework
  It can be used to dynamically generate stub classes or other proxy classes,




More information about the pkg-java-commits mailing list