[pkg-java] r19154 - trunk/jarjar/debian/patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 5 07:43:46 UTC 2016
Author: ebourg-guest
Date: 2016-10-05 07:43:46 +0000 (Wed, 05 Oct 2016)
New Revision: 19154
Added:
trunk/jarjar/debian/patches/0006-asm-compatibility.patch
Log:
Include the SignatureRemapper class (new in ASM 5.1) in the final jar (patch)
Added: trunk/jarjar/debian/patches/0006-asm-compatibility.patch
===================================================================
--- trunk/jarjar/debian/patches/0006-asm-compatibility.patch (rev 0)
+++ trunk/jarjar/debian/patches/0006-asm-compatibility.patch 2016-10-05 07:43:46 UTC (rev 19154)
@@ -0,0 +1,15 @@
+Description: Fixes the compatibility with the latest version of ASM.
+ Starting with ASM 5.1 the SignatureRemapper class must be included.
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -97,7 +97,7 @@
+ <fileset dir="build/main"/>
+ <zipfileset src="${asm.jar}"/>
+ <zipfileset src="${asm-commons.jar}">
+- <include name="org/objectweb/asm/commons/Remap*.class"/>
++ <include name="org/objectweb/asm/commons/*Remap*.class"/>
+ <include name="org/objectweb/asm/commons/LocalVariablesSorter.class"/>
+ </zipfileset>
+ <keep pattern="com.tonicsystems.jarjar.Main"/>
More information about the pkg-java-commits
mailing list