[java-gnome] 01/01: Skip the verification of the Java runtime (Closes: #851839)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 25 09:15:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java-gnome.
commit f5d8dc31d2bbc276c074d14c8e226eb04f8ce709
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 25 10:14:55 2017 +0100
Skip the verification of the Java runtime (Closes: #851839)
---
debian/changelog | 7 +++++++
debian/patches/06_disable_java_check.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 64dc26d..8f78be1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-gnome (4.1.3-6) unstable; urgency=medium
+
+ * Team upload.
+ * Skip the verification of the Java runtime (Closes: #851839)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 25 Jan 2017 10:14:14 +0100
+
java-gnome (4.1.3-5) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/06_disable_java_check.patch b/debian/patches/06_disable_java_check.patch
new file mode 100644
index 0000000..dad81e4
--- /dev/null
+++ b/debian/patches/06_disable_java_check.patch
@@ -0,0 +1,15 @@
+Description: Skips the verification of the Java runtime
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/851839
+--- a/configure
++++ b/configure
+@@ -1607,7 +1607,7 @@
+ $java_candidate = which("java");
+ $vendor = "System";
+ }
+- check_runtime($java, "$vendor java VM", $java_candidate, "-client -ea");
++ $java = "/usr/lib/jvm/default-java/bin/java";
+
+ # check gij (the bytecode interpreter from the GCJ project). In Debian
+ # and Ubuntu the default version is provided by package gij.
diff --git a/debian/patches/series b/debian/patches/series
index 4c094bb..5384dec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
03_build_doc_snapshots.diff
04_translations.patch
05_ppc64el_configure.patch
+06_disable_java_check.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git
More information about the pkg-java-commits
mailing list