scala 2.11.12-1 source package in Ubuntu

Changelog

scala (2.11.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Fixes the Java 9 compatibility at runtime (Closes: #873705)
    - Patched the project to build with Java 9
    - Disabled the boot classpath by default (-nobootcp) to run with Java 9
    - Temporarily build with Java 8 to bootstrap the Java 9 compatible version
    - Refreshed the patches
    - Depend on libjline2-java (>= 2.13)
    - Depend on scala-asm (>= 5.2.0-scala-2)
    - Disabled jarlister during the build (not in Debian)
  * Standards-Version updated to 4.1.3
  * Switch to debhelper level 11

 -- Emmanuel Bourg <email address hidden>  Fri, 30 Mar 2018 16:17:53 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scala_2.11.12-1.dsc 2.3 KiB 8d748ba2558315165ebc4ae02bd7e48e8c3310c85d5a1f4b9466076c1b733de6
scala_2.11.12.orig.tar.xz 4.6 MiB b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301
scala_2.11.12-1.debian.tar.xz 18.8 KiB be8c56ec27a3303cd6f8ef472f38ebef22807fdc6d5355cf8ba85f404c27b5f7

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: Scala API documentation

 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.

scala-library: Scala standard library

 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.