This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit 43a034266c3dec0d5755e53b24807fa14ba3ba43 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 12 14:21:59 2015 +0200 Removed the JRE dependency of scala-library --- debian/changelog | 1 + debian/control | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8545bdf..4aaf9b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ scala (2.11.6-2) UNRELEASED; urgency=medium - Removed 0001-Define-system-locations.patch (obsolete) - Removed 0005-java7-compilation.patch (fixed upstream) - Depend on libjline2-java instead of building an embedded copy of jline + * Removed the JRE dependency of scala-library * The package has been adopted by the Java Team (Closes: #754935) * Adapted debian/orig-tar.sh for Scala 2.11 diff --git a/debian/control b/debian/control index 6837896..8c1287e 100644 --- a/debian/control +++ b/debian/control @@ -47,9 +47,7 @@ Description: Scala programming language Package: scala-library Architecture: all -Depends: - openjdk-7-jre | java7-runtime | java6-runtime, - ${misc:Depends} +Depends: ${misc:Depends} Description: Scala standard library This run-time library is needed to run Scala programs. It also provides scalacheck and scala-partest. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

