Package: liblinear / 2.1.0+dfsg-2

Metadata

Package Version Patches format
liblinear 2.1.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
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 | 46 38 + 8 - 0 !
2 files changed, 65 insertions(+), 32 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