[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.3-3-13-gc13a7a3

Mehdi Dogguy dogguy at pps.jussieu.fr
Fri Apr 24 17:50:14 UTC 2009


The following commit has been merged in the master branch:
commit d4dbd129dfe88a7501ae9c412a63da83029de546
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Fri Apr 24 18:07:00 2009 +0200

    Scala depend on the last version of scala-library

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 <dogguy at pps.jussieu.fr>  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

-- 
Scala packaging



More information about the Pkg-scala-commits mailing list