[libspring-java] 01/05: debian/rules: Fixed the JAVA_HOME variable (Closes: #766156)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 21 10:02:21 BST 2014


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

ebourg-guest pushed a commit to branch master
in repository libspring-java.

commit 1ff5ddede17daee4878410ef4650a4e0917021af
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Oct 21 10:45:19 2014 +0200

    debian/rules: Fixed the JAVA_HOME variable (Closes: #766156)
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fe2d8f3..c95fa7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libspring-java (3.0.6.RELEASE-16) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules: Fixed the JAVA_HOME variable (Closes: #766156)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 21 Oct 2014 10:45:06 +0200
+
 libspring-java (3.0.6.RELEASE-15) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 8b4a675..12aaac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ')
 VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^-]*$$//')
 
-JAVA_HOME       := /usr/lib/jvm/java-7-openjdk-amd64
+JAVA_HOME       := /usr/lib/jvm/default-java
 ANT_ARGS        := -propertyfile debian/ant.properties
 BUILD_FILE      := projects/build-spring-framework/build.xml
 CLASSPATH       := $(shell for jar in `cat debian/build-classpath`; do if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; done)

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



More information about the pkg-java-commits mailing list