[modello] 23/32: Change debian/rules to really use default-jdk.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:49:22 UTC 2015


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

ebourg-guest pushed a commit to branch modello-1.1
in repository modello.

commit 94b68b9fb7dd3b16e9316d46b4a5c0e8bc2d4df8
Author: Torsten Werner <twerner at debian.org>
Date:   Mon Jul 6 20:19:17 2009 +0000

    Change debian/rules to really use default-jdk.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d4ea1f5..256af5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+modello (1.0-alpha-21-3) unstable; urgency=low
+
+  * Change debian/rules to really use default-jdk.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 06 Jul 2009 22:16:42 +0200
+
 modello (1.0-alpha-21-2) unstable; urgency=low
 
   * Change Section: java.
diff --git a/debian/rules b/debian/rules
index 9f66f99..3ba8220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
 VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | sed "s,Version: \(.*\)-.*,\1,g")
-JAVA_HOME            := /usr/lib/jvm/java-gcj
+JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := ant-nodeps junit maven2 plexus-compiler-api \
   plexus-compiler-javac plexus-velocity velocity
 DEB_ANT_BUILD_TARGET := package javadoc

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



More information about the pkg-java-commits mailing list