[scala] 07/23: Removed the JRE dependency of scala-library
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 29 23:14:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala.
commit 74df2fa2a7c30a21e3a4b4c015c6a71f98a61c31
Author: Emmanuel Bourg <ebourg at apache.org>
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
More information about the pkg-java-commits
mailing list