tags 640633 patch
thanks

Hi,

 The path for javac is a bit changed, adjust it in debian/rules.
 Please check attached patch, thanks.
 

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u tunnelx-20110801/debian/changelog tunnelx-20110801/debian/changelog
--- tunnelx-20110801/debian/changelog
+++ tunnelx-20110801/debian/changelog
@@ -1,3 +1,11 @@
+tunnelx (20110801-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - use DEB_BUILD_ARCH for JAVA_HOME
+
+ -- Hideki Yamane <henr...@debian.org>  Sat, 31 Dec 2011 00:39:03 +0900
+
 tunnelx (20110801-2) unstable; urgency=low
 
   * Correct section and priority back to what they should be
diff -u tunnelx-20110801/debian/rules tunnelx-20110801/debian/rules
--- tunnelx-20110801/debian/rules
+++ tunnelx-20110801/debian/rules
@@ -2,7 +2,9 @@
 
 #DH_VERBOSE=1
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 export CLASSPATH=/usr/share/java/j3dcore.jar:/usr/share/java/j3dutils.jar:/usr/share/java/vecmath.jar
 
 %:

Reply via email to