[clojure] 02/05: Set the JAVA_HOME path explicitly

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri May 2 19:51:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maintenance-1.2.0
in repository clojure.

commit 198c17e23b0cb9a128b1c0b6c2eb1053cf1a6de3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri May 2 19:57:54 2014 +0200

    Set the JAVA_HOME path explicitly
---
 debian/changelog | 4 +++-
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c2d140f..2317463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,9 @@ clojure1.2 (1.2.1+dfsg-5) UNRELEASED; urgency=medium
     - Use canonical URLs for the Vcs-* fields
     - Appended the Git branch used to the Vcs-Git field
     - Removed Peter Collingbourne from the uploaders (Closes: #740320)
-  * debian/rules: No longer include patchsys-quilt.mk
+  * debian/rules:
+    - No longer include patchsys-quilt.mk
+    - Set the JAVA_HOME path explicitly (Closes: #719399)
   * Switch to debhelper level 9
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 02 May 2014 17:14:38 +0200
diff --git a/debian/rules b/debian/rules
index 65f9ff0..0923162 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ include /usr/share/javahelper/java-vars.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+JAVA_HOME := /usr/lib/jvm/default-java
+
 DEB_JARS  := asm3 asm3-commons
 
 DEB_INSTALL_CHANGELOGS_ALL := changes.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git



More information about the pkg-java-commits mailing list