This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d-textures-editor.
commit 76dbaeff5774f9f57bf9f7b4561caec34b696309 Author: Markus Koschany <[email protected]> Date: Thu Sep 14 07:54:24 2017 +0200 Require Java 8 from now on. --- debian/control | 2 +- debian/sweethome3d-textures-editor.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 11aeec0..c7a8afc 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-textures-edito Package: sweethome3d-textures-editor Architecture: all Depends: - default-jre | java7-runtime, + default-jre | java8-runtime, icedtea-netx-common, java-wrappers, libbatik-java, diff --git a/debian/sweethome3d-textures-editor.sh b/debian/sweethome3d-textures-editor.sh index 82bcee1..ddde245 100755 --- a/debian/sweethome3d-textures-editor.sh +++ b/debian/sweethome3d-textures-editor.sh @@ -6,7 +6,7 @@ JAVA_ARGS="-Djava.library.path=/usr/lib/jni" . /usr/lib/java-wrappers/java-wrappers.sh -find_java_runtime java6 +find_java_runtime java8 find_jars j3dcore j3dutils vecmath batik-all find_jars /usr/share/icedtea-web/netx.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-textures-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

