[pkg-java] r7338 - trunk/jbossas4/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Nov 18 18:35:00 UTC 2008


Author: twerner
Date: 2008-11-18 18:35:00 +0000 (Tue, 18 Nov 2008)
New Revision: 7338

Modified:
   trunk/jbossas4/debian/build.xml
   trunk/jbossas4/debian/changelog
   trunk/jbossas4/debian/control
Log:
* Build aspects library with source=1.4.
* Move package to main.

Modified: trunk/jbossas4/debian/build.xml
===================================================================
--- trunk/jbossas4/debian/build.xml	2008-11-18 18:31:07 UTC (rev 7337)
+++ trunk/jbossas4/debian/build.xml	2008-11-18 18:35:00 UTC (rev 7338)
@@ -320,7 +320,7 @@
 
     <mkdir dir="${aspects.dir}/${class.dir}"/>
     <javac srcdir="${aspects.dir}/${source.dir}" destdir="${aspects.dir}/${class.dir}"
-	   excludes="**/deployment/**" debug="true" source="1.5">
+	   excludes="**/deployment/**" debug="true" source="1.4">
       <classpath>
 	<fileset dir=".">
 	  <include name='*.jar'/>

Modified: trunk/jbossas4/debian/changelog
===================================================================
--- trunk/jbossas4/debian/changelog	2008-11-18 18:31:07 UTC (rev 7337)
+++ trunk/jbossas4/debian/changelog	2008-11-18 18:35:00 UTC (rev 7338)
@@ -1,6 +1,5 @@
 jbossas4 (4.2.3.GA-1) unstable; urgency=low
 
-  UNRELEASED (needs jboss-aop 1.5)
   * new upstream release
   * Refresh patches.
   * Switch to openjdk-6-jdk.
@@ -8,8 +7,10 @@
   * Bump up Standards-Version: 3.8.0 (no changes).
   * Do no longer quote the full text of the Apache license in
     debian/copyright.
+  * Build aspects library with source=1.4.
+  * Move package to main.
 
- -- Torsten Werner <twerner at debian.org>  Fri, 14 Nov 2008 22:56:48 +0100
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Nov 2008 18:04:13 +0100
 
 jbossas4 (4.2.2.GA-5) unstable; urgency=low
 

Modified: trunk/jbossas4/debian/control
===================================================================
--- trunk/jbossas4/debian/control	2008-11-18 18:31:07 UTC (rev 7337)
+++ trunk/jbossas4/debian/control	2008-11-18 18:35:00 UTC (rev 7338)
@@ -1,5 +1,5 @@
 Source: jbossas4
-Section: contrib/libs
+Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>




More information about the pkg-java-commits mailing list