This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch scala-2.11 in repository scala-2.10.
commit 969dfc29ca87d065de914832548c50ef0b7feac9 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 18:57:40 2016 +0200 New dependency on scala-asm --- debian/changelog | 1 + debian/control | 1 + debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5f3b1d7..1a544e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ scala (2.11.8-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - New dependency on scala-asm - New build dependency on libjarjar-java - Use the 'debian' version of scala-xml and scala-parser-combinators * Fixed the GitHub links in the API documentation diff --git a/debian/control b/debian/control index 053e33f..144e8fb 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: javahelper, maven-repo-helper (>= 1.6~), scala (>= 2.11), + scala-asm, scala-parser-combinators, scala-xml Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index 1b3196e..a8a3995 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ override_dh_auto_build: -Dstarr.version=2.11.x \ -Dscala-parser-combinators.version.number=debian \ -Dscala-xml.version.number=debian \ + -Dscala-asm.version.number=debian \ -Duser.home=debian/tmp \ fastdist-opt docs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

