tags 640570 patch
thanks

Hi,

 It seem to be able to fix easily, just adjust Java path.
 Please check attached patch, thanks.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru jfractionlab-0.91/debian/changelog jfractionlab-0.91/debian/changelog
--- jfractionlab-0.91/debian/changelog	2011-12-23 21:17:30.000000000 +0900
+++ jfractionlab-0.91/debian/changelog	2012-01-04 21:52:18.000000000 +0900
@@ -1,3 +1,11 @@
+jfractionlab (0.91-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules 
+    - adjust Java path (Closes: #640570) 
+
+ -- Hideki Yamane <henr...@debian.org>  Wed, 04 Jan 2012 21:51:49 +0900
+
 jfractionlab (0.91-1) unstable; urgency=low
 
   * New upstream release
diff -Nru jfractionlab-0.91/debian/rules jfractionlab-0.91/debian/rules
--- jfractionlab-0.91/debian/rules	2011-12-23 21:15:45.000000000 +0900
+++ jfractionlab-0.91/debian/rules	2012-01-04 21:51:46.000000000 +0900
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
+DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
+JAVA_HOME=/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)/
 UNOIL_PATH1= $(shell dpkg -L libreoffice-java-common | grep share | grep unoil.jar)
 UNOIL_PATH2= $(shell dpkg -L openoffice-java-common | grep share | grep unoil.jar)
 UNOIL_PATH=$(UNOIL_PATH1)$(UNOIL_PATH2)

Reply via email to