[commons-daemon] 01/01: Fix ppc64el bug
Breno Leitao
leitao at moszumanska.debian.org
Fri Mar 3 16:53:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
leitao pushed a commit to branch master
in repository commons-daemon.
commit 7dc099666e81d4d50a76bed12abb825d23312ac6
Author: Breno Leitao <brenohl at br.ibm.com>
Date: Fri Mar 3 13:50:36 2017 -0300
Fix ppc64el bug
This is a new version to fix bug#856560 entitled "ppc64el: "Cannot find
any VM in Java Home" issue".
This patch basically fixes the ppc64el.diff patch, and release a new version.
Closes: #856560
---
debian/changelog | 7 +++++++
debian/patches/ppc64el.diff | 16 ++++++++--------
2 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f19f5ca..843a203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+commons-daemon (1.0.15-8) unstable; urgency=medium
+
+ * Team upload.
+ * Fixes "Cannot find any VM in Java Home" on ppc64el. (Closes: #856560)
+
+ -- Breno Leitao <leitao at debian.org> Thu, 02 Mar 2017 07:51:51 -0500
+
commons-daemon (1.0.15-7) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/ppc64el.diff b/debian/patches/ppc64el.diff
index f0a6601..3292310 100644
--- a/debian/patches/ppc64el.diff
+++ b/debian/patches/ppc64el.diff
@@ -1,7 +1,7 @@
Description: Add ppc64el support
Author: Colin Watson <cjwatson at ubuntu.com>
-Forwarded: https://issues.apache.org/jira/browse/DAEMON-326
-Last-Update: 2014-11-06
+Forwarded: https://issues.apache.org/jira/browse/DAEMON-358
+Last-Update: 2017-03-02
Index: b/src/native/unix/configure
===================================================================
@@ -12,9 +12,9 @@ Index: b/src/native/unix/configure
HOST_CPU=aarch64
;;
+ powerpc64le)
-+ CFLAGS="$CFLAGS -DCPU=\\\"powerpc64le\\\""
-+ supported_os="powerpc64le"
-+ HOST_CPU=powerpc64le
++ CFLAGS="$CFLAGS -DCPU=\\\"ppc64le\\\""
++ supported_os="ppc64le"
++ HOST_CPU=ppc64le
+ ;;
*)
echo "$as_me:$LINENO: result: failed" >&5
@@ -28,9 +28,9 @@ Index: b/src/native/unix/support/apsupport.m4
HOST_CPU=aarch64
;;
+ powerpc64le)
-+ CFLAGS="$CFLAGS -DCPU=\\\"powerpc64le\\\""
-+ supported_os="powerpc64le"
-+ HOST_CPU=powerpc64le
++ CFLAGS="$CFLAGS -DCPU=\\\"ppc64le\\\""
++ supported_os="ppc64le"
++ HOST_CPU=ppc64le
+ ;;
*)
AC_MSG_RESULT([failed])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-daemon.git
More information about the pkg-java-commits
mailing list