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 d4dbd129dfe88a7501ae9c412a63da83029de546 Author: Mehdi Dogguy <[email protected]> Date: Fri Apr 24 18:07:00 2009 +0200 Scala depend on the last version of scala-library --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f651319..2c3354c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ scala (2.7.3-4) unstable; urgency=low * Triggering doc-base. * Moving doc to /usr/share/doc/scala-doc/html/. * Bump standards version to 3.8.1. + * Scala now depends on scala-library ${Source:Version} -- Mehdi Dogguy <[email protected]> Wed, 08 Apr 2009 20:06:36 +0200 diff --git a/debian/control b/debian/control index a2f165b..522cd78 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.org/git/pkg-scala/packages/scala.git Package: scala Architecture: all -Depends: scala-library, openjdk-6-jre | java-virtual-machine, ${misc:Depends} +Depends: scala-library (= ${source:Version}), openjdk-6-jre | java-virtual-machine, ${misc:Depends} Description: The Scala programming language Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that -- 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

