Package: libsvm / 3.24+ds-6

Metadata

Package Version Patches format
libsvm 3.24+ds-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
improve option parsing.patch | (download)

svm-predict.c | 19 18 + 1 - 0 !
svm-scale.c | 26 22 + 4 - 0 !
svm-train.c | 61 46 + 15 - 0 !
3 files changed, 86 insertions(+), 20 deletions(-)

 improve option parsing

Detect errors when parsing numeric arguments, check for the right number of
arguments, and use optarg(3) if possible.

Bug-Debian: http://bugs.debian.org/716362, 716363
target source.patch | (download)

java/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump -target/-source

 Fixes FTBFS with Java >= 9.

Bug-Debian: https://bugs.debian.org/893291


build libraries.patch | (download)

Makefile | 83 60 + 23 - 0 !
1 file changed, 60 insertions(+), 23 deletions(-)

 build-libraries

Modify upstream's Makefile to properly build shared and static libraries,
and provide an install target.

Merge commonutil.py into svmutil.py.patch | (download)

python/commonutil.py | 178 0 + 178 - 0 !
python/svmutil.py | 190 187 + 3 - 0 !
2 files changed, 187 insertions(+), 181 deletions(-)

 merge commonutil.py into svmutil.py

commonutil is too generic of a name for the global package namespace,
and this merge is what happens inside of svmutil anyway.