[Pkg-scala-commits] [SCM] Scala packaging branch, master, updated. debian/2.7.7.dfsg-4-15-g714bab5
Mehdi Dogguy
mehdi at debian.org
Sat Mar 5 21:38:18 UTC 2011
The following commit has been merged in the master branch:
commit b9395d6f5d899055d934b9e1137847e999711139
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Sat Mar 5 19:37:15 2011 +0100
Added a dependency on libjline-java for Scala.
diff --git a/debian/changelog b/debian/changelog
index 7eb2f5b..61707b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ scala (2.8.1.dfsg-1) unstable; urgency=low
* Set a fixed version number (The one from META-INF/MANIFEST.MF).
* Remove README{,.Debian}: they used to contain useless and outdated
informations.
+ * Added a dependency on libjline-java for Scala.
- -- Mehdi Dogguy <mehdi at debian.org> Sat, 05 Mar 2011 19:33:29 +0100
+ -- Mehdi Dogguy <mehdi at debian.org> Sat, 05 Mar 2011 19:36:42 +0100
scala (2.7.7.dfsg-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 35221a1..963222d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Architecture: all
Depends:
scala-library (= ${source:Version}),
openjdk-6-jre | java6-runtime,
+ libjline-java,
${misc:Depends}
Description: The Scala programming language
Scala is a Java-compatible programming language with many
--
Scala packaging
More information about the Pkg-scala-commits
mailing list