This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit 9f0b7ce852c0fe9969fe6923fd88361c7e34ffbb Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 17 23:52:30 2015 +0200 Build depend on scala (>= 2.11) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fee927..cc3b2ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ scala (2.11.6-2) UNRELEASED; urgency=medium - Require a Java 7+ runtime - Refreshed debian/copyright * Removed the JRE dependency of scala-library + * Build depend on scala (>= 2.11) * Install the Maven artifacts for scala-actors and scala-reflect * 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 b17634c..c387811 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9), javahelper, maven-repo-helper (>= 1.6~), - scala (>= 2.10), + scala (>= 2.11), scala-parser-combinators, scala-xml Standards-Version: 3.9.6 -- 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

