[scala-2.10] 146/166: Require a Java 7+ runtime
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala-2.10.
commit d9e3e441133b78f4a1bc2d82a604da65f55e8955
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 12 15:44:27 2015 +0200
Require a Java 7+ runtime
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 6944cf2..1cc4174 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Mehdi Dogguy <mehdi at debian.org>,
Min Huang <min.huang at alumni.usc.edu>
Build-Depends:
- default-jdk | java6-sdk,
+ default-jdk,
ant,
ant-contrib,
ant-optional,
@@ -27,7 +27,7 @@ Package: scala-2.10
Architecture: all
Depends:
scala-library-2.10 (= ${source:Version}),
- openjdk-7-jre | java7-runtime | java6-runtime,
+ default-jre-headless (>= 2:1.7) | java7-runtime-headless,
libjansi-java,
${misc:Depends}
Suggests: scala-doc-2.10 (>= ${source:Version})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list