[Pkg-octave-commit] [SCM] Debian packaging for octave-java branch, master, updated. 0a1f6ba63d3984dd5f299b51b33e9d0a251a8aa1

Sébastien Villemot sebastien.villemot at ens.fr
Sun Sep 11 14:28:44 UTC 2011


The following commit has been merged in the master branch:
commit e86c9aa055224020867b121b94712b505295824a
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Sun Sep 11 16:24:10 2011 +0200

    debian/rules:
    - update path to OpenJDK
    - add workaround for incorrect perms in upstream tarball

diff --git a/debian/rules b/debian/rules
index d9c5708..caf62ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export JAVA_HOME = /usr/lib/jvm/java-gcj
+export JAVA_HOME = /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+# Hack to workaround wrong permissions in upstream tarball
+binary-fixup/octave-java::
+	find debian/octave-java/usr/share/octave/packages/ -type f -exec chmod -x '{}' ';'

-- 
Debian packaging for octave-java



More information about the Pkg-octave-commit mailing list