This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d-furniture-editor.
commit f817f3f673b04076f60f3c294fec5c3328684b24 Author: Markus Koschany <[email protected]> Date: Thu Sep 14 07:36:51 2017 +0200 On second thought let's require Java 8 from now on because that's what we have in stable already. --- debian/changelog | 2 +- debian/control | 2 +- debian/sweethome3d-furniture-editor.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a19f35..e33a8df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ sweethome3d-furniture-editor (1.21-1) unstable; urgency=medium * wrap-and-sort -sa. * Don't install the deprecated xpm icon anymore. * Drop deprecated menu file. - * sweethome3d-furniture-editor.sh: Find Java 7 runtime. + * Require Java 8 from now on. * d/copyright: Use https for Format field. Update copyright years. -- Markus Koschany <[email protected]> Thu, 14 Sep 2017 07:31:25 +0200 diff --git a/debian/control b/debian/control index 284e04e..736a02e 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-furniture-edit Package: sweethome3d-furniture-editor Architecture: all Depends: - default-jre | java7-runtime, + default-jre | java8-runtime, icedtea-netx-common, java-wrappers, libbatik-java, diff --git a/debian/sweethome3d-furniture-editor.sh b/debian/sweethome3d-furniture-editor.sh index 8c37df4..3f179a6 100755 --- a/debian/sweethome3d-furniture-editor.sh +++ b/debian/sweethome3d-furniture-editor.sh @@ -6,7 +6,7 @@ JAVA_ARGS="-Djava.library.path=/usr/lib/jni" . /usr/lib/java-wrappers/java-wrappers.sh -find_java_runtime java7 +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-furniture-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

