Package: jarjar / 1.4+svn142-10

Metadata

Package Version Patches format
jarjar 1.4+svn142-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 embed libs from debian.patch | (download)

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

 embed libs from debian


add_ClassReader_EXPAND_FRAMES.diff | (download)

src/main/com/tonicsystems/jarjar/DepFind.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 resolving dependencies with find, and possibly other tasks, report errors
 caused by the above missing flag.
0005 fix javadocs.patch | (download)

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

 fix classpath javadoc task
0006 asm compatibility.patch | (download)

build.xml | 5 1 + 4 - 0 !
src/main/com/tonicsystems/jarjar/DepFindVisitor.java | 2 1 + 1 - 0 !
src/main/com/tonicsystems/jarjar/EmptyClassVisitor.java | 8 4 + 4 - 0 !
src/main/com/tonicsystems/jarjar/KeepProcessor.java | 2 1 + 1 - 0 !
src/main/com/tonicsystems/jarjar/StringReader.java | 8 4 + 4 - 0 !
src/main/com/tonicsystems/jarjar/util/GetNameClassWriter.java | 2 1 + 1 - 0 !
src/main/com/tonicsystems/jarjar/util/RemappingClassTransformer.java | 4 2 + 2 - 0 !
7 files changed, 14 insertions(+), 17 deletions(-)

 fixes the compatibility with the latest version of asm.
 Starting with ASM 5.1 the SignatureRemapper class must be included.
 Starting with ASM 6.0 RemappingClassAdapter is deprecated in favor of ClassRemapper
0007 ignore maven plugin.patch | (download)

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

 don't compile the maven plugin (already provided by jarjar-maven-plugin)