Package: libsis-jhdf5-java / 19.04.1+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
libsis-jhdf5-java | 19.04.1+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use_debian_packaged_libs.patch | (download) |
.classpath |
25 13 + 12 - 0 ! |
use debian packaged jars |
use_jaxb.patch | (download) |
source/java/ch/systemsx/cisd/hdf5/hdf5lib/HDFHelper.java |
2 1 + 1 - 0 ! |
it isn't missing, it's hidden by default to prepare its removal in the next Java release. . > I guess this is what I need once Java 11 will be the default - but I > have no idea why the build stumbles upon this. :-( . Java 11 will soon be the default (maybe next week for the GA release?), so I recommend aiming for a long term solution. |
avoid_using_private_hdf5_header.patch | (download) |
source/c/jni/h5jni.h |
52 51 + 1 - 0 ! |
avoid using the header h5private.h of hdf5, which is not shipped We do not mix the sources of hdf5 and sis-jhdf5, which upstream apparently does. |
using_h5util_definitions.patch | (download) |
source/c/h5lHelperImp.c |
1 1 + 0 - 0 ! |
using definitions of source/c/jni/h5util.h One prototype is missing in this file, as the function is defined in source/c/jni/h5util.c . And this file should be included by source/c/h5lHelperImp.c, as the latter uses functions of which prototypes are in this file. |
loading_jni_in_java_file.patch | (download) |
source/java/ch/systemsx/cisd/hdf5/BuildAndEnvironmentInfo.java |
2 1 + 1 - 0 ! |
adding loading of jni part in java code In two files, the library has to be loaded by calling System.loadLibrary. In two other ones, the library call has to be changed. |
declaring_final_variables.patch | (download) |
source/java/ch/systemsx/cisd/hdf5/HDF5BaseWriter.java |
2 1 + 1 - 0 ! |
adding final qualifier for a variable used by an inner class |
adapting_h5ar_script_to_debian.patch | (download) |
dist/bin/h5ar |
22 1 + 21 - 0 ! |
adapting bindings to the location of files on a debian system |
closing_writer_in_tests.patch | (download) |
sourceTest/java/ch/systemsx/cisd/hdf5/io/HDF5DataSetRandomAccessFileTest.java |
1 1 + 0 - 0 ! |
properly closing files in a test |