[jboss-xnio] 02/11: Revert "Revert "Revert "Compile with Java 8."""
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Dec 21 22:41:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository jboss-xnio.
commit a7b29b2e17af2bf665642f9b37b24f5687cf8277
Author: Markus Koschany <apo at debian.org>
Date: Mon Dec 21 19:03:21 2015 +0100
Revert "Revert "Revert "Compile with Java 8."""
This reverts commit 224d05d0a2bba7b9dca3baa806784d3107886d47.
---
debian/control | 4 ++--
debian/rules | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 66ef8be..12bbc4f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
Markus Koschany <apo at gambaru.de>
Build-Depends:
debhelper (>= 9),
- openjdk-8-jdk,
- openjdk-8-doc,
+ default-jdk,
+ default-jdk-doc,
junit4,
libjboss-logging-java,
libjboss-logging-tools-java,
diff --git a/debian/rules b/debian/rules
index bb3395f..fc6afff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH)
-#export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --parallel --buildsystem=maven
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git
More information about the pkg-java-commits
mailing list