This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository rhino.
commit 5c8463373ec0593ed0cbf47472382d857bc9b04c Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 15:29:27 2017 +0100 Require a Java 6 runtime or higher --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cea3c4c..ae63aaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ rhino (1.7.7-1) UNRELEASED; urgency=medium - Refreshed the patches - Removed 04_bug_798642_800616.diff (fixed upstream) - Removed the build dependency on libxmlbeans-java + - Require a Java 6 runtime or higher * Removed the transitional package rhino-doc * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 55f6234..1f27384 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: http://www.mozilla.org/rhino/ Package: rhino Architecture: all -Depends: default-jre-headless (>= 1.5) | java5-runtime-headless, +Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless, libjline-java, librhino-java (= ${source:Version}), ${misc:Depends} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

