[pkg-java] r15525 - trunk/aspectj/debian
Tony Mancill
tmancill at alioth.debian.org
Mon Dec 12 06:35:20 UTC 2011
Author: tmancill
Date: 2011-12-12 06:35:19 +0000 (Mon, 12 Dec 2011)
New Revision: 15525
Modified:
trunk/aspectj/debian/changelog
trunk/aspectj/debian/jar_from_src_zip.xml
Log:
apply patch for #651238
Modified: trunk/aspectj/debian/changelog
===================================================================
--- trunk/aspectj/debian/changelog 2011-12-12 00:39:16 UTC (rev 15524)
+++ trunk/aspectj/debian/changelog 2011-12-12 06:35:19 UTC (rev 15525)
@@ -1,3 +1,10 @@
+aspectj (1.6.12+dfsg-2) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Apply JDK7 FTBFS patch (Closes: #651238)
+
+ -- tony mancill <tmancill at debian.org> Sun, 11 Dec 2011 22:23:10 -0800
+
aspectj (1.6.12+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: trunk/aspectj/debian/jar_from_src_zip.xml
===================================================================
--- trunk/aspectj/debian/jar_from_src_zip.xml 2011-12-12 00:39:16 UTC (rev 15524)
+++ trunk/aspectj/debian/jar_from_src_zip.xml 2011-12-12 06:35:19 UTC (rev 15525)
@@ -30,7 +30,7 @@
<target name="compile" depends="extract">
<mkdir dir="${bin.dir}"/>
- <javac srcdir="${src.dir}" destdir="${bin.dir}" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
+ <javac srcdir="${src.dir}" destdir="${bin.dir}" source="1.5" target="1.5" debug="on" classpath="${module.deps}" sourcepath="${module.srcdeps}"/>
</target>
<target name="compile-aj" depends="extract">
More information about the pkg-java-commits
mailing list