Package: libasm4-java / 5.0.4-2

Metadata

Package Version Patches format
libasm4-java 5.0.4-2 3.0 (quilt)

Patch series

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

jdoc/user.xml | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 the generation of the javadoc fails if the default encoding is utf-8
 due to an unmappable character. Setting the source encoding to ISO-8859-1 fixes
 this issue.
remove_bnd.diff | (download)

archive/asm-all.xml | 8 6 2 - 0 !
archive/asm-analysis.xml | 7 6 1 - 0 !
archive/asm-commons.xml | 7 6 1 - 0 !
archive/asm-debug-all.xml | 8 6 2 - 0 !
archive/asm-tree.xml | 7 6 1 - 0 !
archive/asm-util.xml | 7 6 1 - 0 !
archive/asm-xml.xml | 7 6 1 - 0 !
archive/asm.xml | 7 6 1 - 0 !
8 files changed, 48 insertions( ), 10 deletions(-)

 don't use bnd to create osgi metadata to avoid dependencies hell.
 Use simple ant <jar/> tasks with pre-generated OSGi metadata.
rm sigtest.patch | (download)

build.xml | 6 3 3 - 0 !
test/build.xml | 8 4 4 - 0 !
2 files changed, 7 insertions( ), 7 deletions(-)

---
reproducible javadoc.diff | (download)

jdoc/user.xml | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 set the locale when generating the javadoc to make the build reproducible