[jboss-xnio] 04/04: Revert "Compile with Java 8."
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Dec 21 16:38:45 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 5d65541ee1d8add597b0d7352231b79f3a139af8
Author: Markus Koschany <apo at debian.org>
Date: Mon Dec 21 17:30:52 2015 +0100
Revert "Compile with Java 8."
This reverts commit bc5be7cd6e46dec67242e03997d3c115f4a2ce51.
---
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