scala 2.11.12-4 source package in Ubuntu

Changelog

scala (2.11.12-4) unstable; urgency=medium

  * Team upload.
  * Preserve the compatibility with Java 8 when compiling with Java 11
  * Removed the get-orig-source target in debian/rules
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Fri, 16 Nov 2018 00:45:01 +0100

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
Focal release universe devel

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scala_2.11.12-4.dsc 2.2 KiB 58d8fd5444aa19c93915f5942ec2e16a62994fcdfd61731698492b4ca082efa9
scala_2.11.12.orig.tar.xz 4.6 MiB b8db9faffd136d376a1885c04b2cced1b25fee5e61295c1c2a66bceaf99e7301
scala_2.11.12-4.debian.tar.xz 27.2 KiB 96f0b64e8d1fe257db85554a51f5b93d1ca97db92c80a4216af73215e8eb0518

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

No description available for scala-doc in ubuntu eoan.

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.