[med-svn] r14118 - trunk/packages/figtree/trunk/debian

Olivier Sallou osallou at alioth.debian.org
Tue Jul 9 12:44:00 UTC 2013


Author: osallou
Date: 2013-07-09 12:43:59 +0000 (Tue, 09 Jul 2013)
New Revision: 14118

Modified:
   trunk/packages/figtree/trunk/debian/changelog
   trunk/packages/figtree/trunk/debian/rules
Log:
force the setting of JAVA_HOME

Modified: trunk/packages/figtree/trunk/debian/changelog
===================================================================
--- trunk/packages/figtree/trunk/debian/changelog	2013-07-09 08:52:24 UTC (rev 14117)
+++ trunk/packages/figtree/trunk/debian/changelog	2013-07-09 12:43:59 UTC (rev 14118)
@@ -1,3 +1,9 @@
+figtree (1.4-2) UNRELEASED; urgency=low
+
+  * Force set of JAVA_HOME in debian/rules (Closes: #715225). 
+
+ -- Olivier Sallou <osallou at debian.org>  Tue, 09 Jul 2013 14:42:53 +0200
+
 figtree (1.4-1) unstable; urgency=low
 
   [ Andreas Tille ]

Modified: trunk/packages/figtree/trunk/debian/rules
===================================================================
--- trunk/packages/figtree/trunk/debian/rules	2013-07-09 08:52:24 UTC (rev 14117)
+++ trunk/packages/figtree/trunk/debian/rules	2013-07-09 12:43:59 UTC (rev 14118)
@@ -6,7 +6,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
 	dh $@ --with javahelper




More information about the debian-med-commit mailing list