[bnd] 01/02: Backport to Jessie, where we need to force Java 8
Andreas Tille
tille at debian.org
Mon Jul 11 16:43:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/jessie-backports
in repository bnd.
commit fd478ac4d721cf74b771e117a0550b38d6e40650
Author: Andreas Tille <tille at debian.org>
Date: Mon Jul 11 18:22:09 2016 +0200
Backport to Jessie, where we need to force Java 8
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 788817f..5e0ce6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bnd (2.4.1-4~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+ * Force openjdk-8
+
+ -- Andreas Tille <tille at debian.org> Thu, 07 Jul 2016 19:28:34 +0200
+
bnd (2.4.1-4) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 3aac9aa..a14cebc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders:
Build-Depends:
ant,
debhelper (>= 9),
- default-jdk,
+ openjdk-8-jdk,
eclipse-jdt,
eclipse-rcp,
findbugs,
diff --git a/debian/rules b/debian/rules
index 83388f1..23bad8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ MAVEN_VERSION := 2.4.1
PACKAGE := bnd
VERSION := $(MAVEN_VERSION)
-export JAVA_HOME = /usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH)
%:
dh $@ --buildsystem=gradle
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git
More information about the pkg-java-commits
mailing list