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 d8b2d4cbfe45d4332ec90196d6c0c9251a54c85e Author: Frank S. Thomas <[email protected]> Date: Mon Aug 29 18:01:42 2011 +0200 Let scala suggest scala-doc (Closes: #632820). --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6084341..08885b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scala (2.9.0.1.dfsg-2) UNRELEASED; urgency=low + + [ Frank S. Thomas ] + * Let scala suggest scala-doc (Closes: #632820). + + -- Frank S. Thomas <[email protected]> Mon, 29 Aug 2011 17:57:15 +0200 + scala (2.9.0.1.dfsg-1) unstable; urgency=low [ Mehdi Dogguy ] diff --git a/debian/control b/debian/control index ffae3f1..7819093 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Depends: scala-library (= ${source:Version}), openjdk-6-jre | java6-runtime, ${misc:Depends} +Suggests: scala-doc (>= ${source:Version}) Description: 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

