This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d.
commit 4e814366a46d0608ee35507ea13ef0c9991b6c7b Author: Markus Koschany <[email protected]> Date: Wed Sep 13 09:46:33 2017 +0200 Require at least a Java 7 runtime. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8ee8ddf..2279c9f 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Homepage: http://www.sweethome3d.com/ Package: sweethome3d Architecture: all Depends: - default-jre | java6-runtime, + default-jre | java7-runtime, icedtea-netx-common | sun-java6-bin, java-wrappers, libbatik-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

