[aspectj] 01/01: Fixed the build failure with Java 8 (Closes: #757484)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 24 23:45:02 BST 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository aspectj.

commit 6d74168031874d73886854bce0ef1038cda48700
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Oct 25 00:30:56 2014 +0200

    Fixed the build failure with Java 8 (Closes: #757484)
---
 debian/changelog                           |  7 +++++++
 debian/patches/10_java8-compatibility.diff | 12 ++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c5eef1c..f4e23f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+aspectj (1.8.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 8 (Closes: #757484)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 24 Oct 2014 23:06:58 +0200
+
 aspectj (1.8.3-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/10_java8-compatibility.diff b/debian/patches/10_java8-compatibility.diff
new file mode 100644
index 0000000..7ddaef0
--- /dev/null
+++ b/debian/patches/10_java8-compatibility.diff
@@ -0,0 +1,12 @@
+Description: Fix for building on Java8
+Author: Andy Clement
+Origin: backport, http://git.eclipse.org/c/aspectj/org.aspectj.git/patch/?id=9a1aa6d
+--- a/ajde.core/.classpath
++++ b/ajde.core/.classpath
+@@ -9,5 +9,6 @@
+ 	<classpathentry exported="true" kind="src" path="/org.eclipse.jdt.core"/>
+ 	<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
+ 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
++	<classpathentry combineaccessrules="false" kind="src" path="/weaver"/>
+ 	<classpathentry kind="output" path="bin"/>
+ </classpath>
diff --git a/debian/patches/series b/debian/patches/series
index 45b6a86..6c002b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ ant_0_8_fix.diff
 07_javadoc_links.diff
 use_system_asm.diff
 09_compile-bcel-builder.diff
+10_java8-compatibility.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aspectj.git



More information about the pkg-java-commits mailing list