[scala-2.10] 150/166: Improved the description for scala-library and scala-doc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:46 UTC 2016


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 7b2286d3522f2d440e7b2f6f8db3b03370334a4c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Aug 1 14:41:30 2016 +0200

    Improved the description for scala-library and scala-doc
---
 debian/control | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8f71a8a..ad42823 100644
--- a/debian/control
+++ b/debian/control
@@ -49,8 +49,15 @@ Package: scala-library-2.10
 Architecture: all
 Depends: ${misc:Depends}
 Description: Scala standard library
- This run-time library is needed to run Scala programs. It also
- provides scalacheck and scala-partest.
+ Scala is a Java-compatible programming language with many
+ modern language features.  It is Java-compatible in that
+ Scala and Java classes can directly reference each other and
+ subclass each other with no glue code needed.  It
+ includes modern language features such as closures,
+ pattern-matching, parametric types, and virtual type members.
+ .
+ This package contains the run-time library needed to run Scala programs.
+ It also provides scalacheck and scala-partest.
 
 Package: scala-doc-2.10
 Architecture: all
@@ -60,4 +67,11 @@ Depends:
  ${misc:Depends}
 Section: doc
 Description: Scala API documentation
- This is the API documentation for Scala.
+ Scala is a Java-compatible programming language with many
+ modern language features.  It is Java-compatible in that
+ Scala and Java classes can directly reference each other and
+ subclass each other with no glue code needed.  It
+ includes modern language features such as closures,
+ pattern-matching, parametric types, and virtual type members.
+ .
+ This package contains the API documentation for Scala.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git



More information about the pkg-java-commits mailing list