Package: liblinear / 2.43+dfsg-1

Metadata

Package Version Patches format
liblinear 2.43+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Get rid of BLAS.patch | (download)

Makefile | 15 5 + 10 - 0 !
1 file changed, 5 insertions(+), 10 deletions(-)

 get rid of blas

Remove references to the DFSG-removed BLAS implementation originally bundled
with upstream.

Properly build shared and static libraries programs.patch | (download)

Makefile | 66 45 + 21 - 0 !
1 file changed, 45 insertions(+), 21 deletions(-)

 properly build shared and static libraries, programs

Modify upstream's Makefile to properly build shared and static libraries,
and link upstream's programs to the shared libraries. Furthermore, provide
and install target.

Improve option parsing.patch | (download)

predict.c | 51 27 + 24 - 0 !
train.c | 47 38 + 9 - 0 !
2 files changed, 65 insertions(+), 33 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/716115
Bump SHVER to 5.patch | (download)

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

 bump shver to 5

Bug: https://github.com/cjlin1/liblinear/pull/81