Package: leveldb-java / 0.7-1

Metadata

Package Version Patches format
leveldb-java 0.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 maven2 compatibility.patch | (download)

pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove the prerequisite on maven 3
02 remove iq80 snappy support.patch | (download)

leveldb/src/main/java/org/iq80/leveldb/util/Snappy.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable the support for the pure java iq80 snappy implementation
 since this library isn't in Debian yet and use only the JNI based snappy-java
 implementation.