Package: liblinear / 1.6+dfsg-1

Metadata

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

Patch series

view the series file
Patch File delta Description
0001 Properly build shared and static libraries programs.patch | (download)

Makefile | 50 32 + 18 - 0 !
1 file changed, 32 insertions(+), 18 deletions(-)

 [patch] properly build shared and static libraries, programs

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

0002 Move Python bindings to package liblinear.patch | (download)

python/linearutil.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] move python bindings to package liblinear

Upstream ships its Python bindings with very generic names. To avoid possible
name collisions, they have been move to a package "liblinear".