Package: node-leveldown / 5.6.0+dfsg-4

Metadata

Package Version Patches format
node-leveldown 5.6.0+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system libs.patch | (download)

binding.gyp | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 build against system libraries
 The default behavior of this module is to build against a bundled leveldb
 and snappy. This patch makes this module build against libleveldb-dev and
 libsnappy-dev.
adapt tests.patch | (download)

test/abstract-leveldown-test.js | 2 1 + 1 - 0 !
test/common.js | 2 1 + 1 - 0 !
test/port-libuv-fix-test.js | 2 2 + 0 - 0 !
3 files changed, 4 insertions(+), 2 deletions(-)

 modify tests to use shared libraries
fix test.patch | (download)

test/approximate-size-test.js | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix test (error message changed)
armel_no_hard.patch | (download)

binding.gyp | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove float-abi flag on arm, let environment decide