Package: closure-compiler / 20130227+dfsg1-8

Metadata

Package Version Patches format
closure-compiler 20130227+dfsg1-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_xml.patch | (download)

build.xml | 38 20 + 18 - 0 !
closure-compiler.pom | 16 1 + 15 - 0 !
2 files changed, 21 insertions(+), 33 deletions(-)

 adapt ant build.xml to debian
 - take dependency libs from /usr/share/java
 - do not run svn
 - read debian/ant.properties
 - generate protobuf files
 - do not compile rhino from fork in lib/rhino (not in +dfsg orig tarball)
 - the new artifact version scheme after the move to git is vYEARMMDD
 - remove build-only dependencies from pom
remove_tests_depending_on_caja.patch | (download)

test/com/google/javascript/jscomp/jsonml/JsonMLConversionTest.java | 598 0 + 598 - 0 !
test/com/google/javascript/jscomp/jsonml/JsonMLValidationTest.java | 850 0 + 850 - 0 !
test/com/google/javascript/jscomp/jsonml/SecureCompilerTest.java | 91 0 + 91 - 0 !
3 files changed, 1539 deletions(-)

 don't run test that needs unpackaged caja
guava compatibility.patch | (download)

src/com/google/javascript/jscomp/CommandLineRunner.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replaced the deprecated class limitinputstream removed in guava 15.0
 with ByteStreams.limit() introduced in Guava 14.0. This was fixed upstream
 in the v20130411 release.
ftbfs commandlinerunner.patch | (download)

src/com/google/javascript/jscomp/CommandLineRunner.java | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

---