Package: scala / 2.11.12-4
Metadata
Package | Version | Patches format |
---|---|---|
scala | 2.11.12-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0006 ignore test dependencies.patch | (download) |
build-ant-macros.xml |
2 2 0 - 0 ! |
ignore the test dependencies until they are all available in debian. |
0008 disable lib fetching.patch | (download) |
build.xml |
15 12 3 - 0 ! |
fetch the dependencies from /usr/share/maven-repo instead of maven central |
0009 local repository.patch | (download) |
build.xml |
12 12 0 - 0 ! |
define localrepository explicitly, otherwise the build will use the /nonexistent home directory which causes a ftbfs |
0010 bnd 2.1.0.patch | (download) |
build.xml |
2 1 1 - 0 ! |
bnd 2.1.0 Use Debian's bnd version. |
0011 use local dependencies.patch | (download) |
build.xml |
2 1 1 - 0 ! |
use the local version of the dependencies |
0012 aether ant tasks.patch | (download) |
build.xml |
141 82 59 - 0 ! |
build with the aether ant tasks instead of the maven ant tasks |
0013 disable jarlister.patch | (download) |
build.xml |
2 0 2 - 0 ! |
disables the jarlister (not in debian) |
0014 disable jdk check.patch | (download) |
build.xml |
1 0 1 - 0 ! |
don't fail the build if the version of the jdk isn't supported |
0015 java9 compatibility.patch | (download) |
src/reflect/scala/reflect/internal/util/AbstractFileClassLoader.scala |
4 2 2 - 0 ! |
fixes the compatibility with java 9 |
0016 nobootcp by default.patch | (download) |
src/compiler/scala/tools/ant/templates/tool-unix.tmpl |
2 2 0 - 0 ! |
disables the boot classpath by default (-nobootcp) to run with java 9 |
0017 bug912393.patch | (download) |
src/compiler/scala/tools/cmd/gen/AnyVals.scala |
484 0 484 - 0 ! |
0017-bug912393 Bug-Debian: https://bugs.debian.org/912393 |
0018 bytebuffer backward compatibility.patch | (download) |
src/compiler/scala/tools/nsc/io/SourceReader.scala |
14 7 7 - 0 ! |
preserves the compatibility with java 8 when compiling with java 11 |