scala 2.9.0.1.dfsg-1 source package in Ubuntu

Changelog

scala (2.9.0.1.dfsg-1) unstable; urgency=low

  [ Mehdi Dogguy ]
  * New upstream release (Closes: #631429) (LP: #782013).
  * Refresh patch.
  * Use Scala's provided JLine 2, instead of libjline-java.
  * Make scala-doc depends on libjs-jquery{,ui}.
  * Fix package description to make lintian happy.

  [ Frank S. Thomas ]
  * Updated debian/copyright for Scala 2.9.0.1.
  * Lintian recommends to refer to /u/s/common-licenses/GPL.
  * Fix spelling error in changelog.
  * Remove copyright information about docs/android-examples.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  25 Jun 2011 17:08:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Scala Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
scala_2.9.0.1.dfsg.orig.tar.gz 39.6 MiB fa9a376d7c3a3c232b8c31b1d9819e2935a57a5245f0d73068b64d542a2af889
scala_2.9.0.1.dfsg-1.debian.tar.gz 10.9 KiB 88e80995d94e1ae7adf475351d8f8ba488d0f3bfb6372bce2e5e2ec2c25e1ccf
scala_2.9.0.1.dfsg-1.dsc 1.7 KiB 86d0c19cddf9152f9830b35e9502823ab0678dd66f670152248d42b32aac2941

Available diffs

View changes file

Binary packages built by this source

scala: Scala programming language

 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 includes the various tools used to develop
 code written in Scala. It includes a compiler (scalac),
 an interpreter and script runner (scala), the offline
 compiler (fsc), and source-scanning documentation
 generator (scaladoc).

scala-doc: No summary available for scala-doc in ubuntu oneiric.

No description available for scala-doc in ubuntu oneiric.

scala-library: Scala standard library

 This run-time library is needed to run Scala programs. It also
 provides scalacheck and scala-partest.