Package: scala / 2.11.12-4

Metadata

Package Version Patches format
scala 2.11.12-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0006 ignore test dependencies.patch | (download)

build-ant-macros.xml | 2 2 0 - 0 !
build.xml | 24 1 23 - 0 !
2 files changed, 3 insertions( ), 23 deletions(-)

 ignore the test dependencies until they are all available in debian.
0008 disable lib fetching.patch | (download)

build.xml | 15 12 3 - 0 !
1 file changed, 12 insertions( ), 3 deletions(-)

 fetch the dependencies from /usr/share/maven-repo instead of maven central
0009 local repository.patch | (download)

build.xml | 12 12 0 - 0 !
1 file changed, 12 insertions( )

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 bnd 2.1.0

Use Debian's bnd version.

0011 use local dependencies.patch | (download)

build.xml | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use the local version of the dependencies
0012 aether ant tasks.patch | (download)

build.xml | 141 82 59 - 0 !
1 file changed, 82 insertions( ), 59 deletions(-)

 build with the aether ant tasks instead of the maven ant tasks
0013 disable jarlister.patch | (download)

build.xml | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 disables the jarlister (not in debian)
0014 disable jdk check.patch | (download)

build.xml | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 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 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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 !
1 file changed, 2 insertions( )

 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 !
src/compiler/scala/tools/cmd/gen/Codegen.scala | 4 2 2 - 0 !
src/compiler/scala/tools/nsc/typechecker/Contexts.scala | 2 1 1 - 0 !
src/compiler/scala/tools/nsc/typechecker/Typers.scala | 2 1 1 - 0 !
src/compiler/scala/tools/util/PathResolver.scala | 2 1 1 - 0 !
src/interactive/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala | 2 1 1 - 0 !
src/reflect/scala/reflect/internal/util/StringOps.scala | 2 1 1 - 0 !
src/repl-jline/scala/tools/nsc/interpreter/jline/JLineHistory.scala | 2 1 1 - 0 !
src/repl/scala/tools/nsc/interpreter/Formatting.scala | 4 2 2 - 0 !
src/repl/scala/tools/nsc/interpreter/ILoop.scala | 4 2 2 - 0 !
src/repl/scala/tools/nsc/interpreter/IMain.scala | 4 2 2 - 0 !
src/repl/scala/tools/nsc/interpreter/Pasted.scala | 2 1 1 - 0 !
src/repl/scala/tools/nsc/interpreter/Power.scala | 4 0 4 - 0 !
src/repl/scala/tools/nsc/interpreter/ReplProps.scala | 2 1 1 - 0 !
src/scaladoc/scala/tools/nsc/doc/base/CommentFactoryBase.scala | 2 1 1 - 0 !
15 files changed, 17 insertions( ), 505 deletions(-)

 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 !
1 file changed, 7 insertions( ), 7 deletions(-)

 preserves the compatibility with java 8 when compiling with java 11