scala 2.9.2+dfsg-1 source package in Ubuntu

Changelog

scala (2.9.2+dfsg-1) unstable; urgency=low


  [ Frank S. Thomas ]
  * New upstream release (LP: #987205).
    - Use "+dfsg" as suffix for the tarball (Closes: #641249).
  * Update debian/copyright to version 1.0 of the copyright format.
  * Bump standards version from 3.9.2 to 3.9.3.
  * Updated debian/watch to match the new names of the source tarballs
    (LP: #987561).

  [ Mehdi Dogguy ]
  * Release to unstable.

 -- Mehdi Dogguy <email address hidden>  Mon, 14 May 2012 13:48:14 +0200

Upload details

Uploaded by:
Debian Scala Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Scala Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
scala_2.9.2+dfsg-1.dsc 1.9 KiB ca5cfd48f4d720c1bf1f6e4ed7a1bbe8137f99784cb9de3a2c6cb34116b1ff2c
scala_2.9.2+dfsg.orig.tar.gz 33.7 MiB 77d4742262358cef29953f6646684e68a9f8f86d5f4ac174ebea9c16e9bc4c7a
scala_2.9.2+dfsg-1.debian.tar.gz 13.3 KiB 29fb41a25637d014a1395c50ceac17a2425e95a73f89ec506fe1c041d14a10d1

Available diffs

No changes file available.

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 raring.

No description available for scala-doc in ubuntu raring.

scala-library: Scala standard library

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