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 b9395d6f5d899055d934b9e1137847e999711139 Author: Mehdi Dogguy <[email protected]> Date: Sat Mar 5 19:37:15 2011 +0100 Added a dependency on libjline-java for Scala. --- debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 <[email protected]> Sat, 05 Mar 2011 19:33:29 +0100 + -- Mehdi Dogguy <[email protected]> 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 -- 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

