[liblinear] 31/123: Add package python-liblinear with Python bindings

Christian Kastner chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:42:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository liblinear.

commit 680cd70de308640cbd3f95f0c417fd99b2837701
Author: Christian Kastner <debian at kvr.at>
Date:   Fri Jul 9 20:20:58 2010 +0200

    Add package python-liblinear with Python bindings
---
 debian/control                  | 24 +++++++++++++++++++++---
 debian/python-liblinear.docs    |  1 +
 debian/python-liblinear.install |  2 ++
 debian/pyversions               |  1 +
 4 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 783d8d7..c964d3d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Priority: optional
 Maintainer: Christian Kastner <debian at kvr.at>
 Build-Depends:
     debhelper (>= 7.0.50~),
+    python-support (>= 0.90),
     libblas-dev
 Standards-Version: 3.8.4
 Section: libs
@@ -42,7 +43,7 @@ Description: Library for Large Linear Classification
  loss, logistic regression, multi class classification and also Linear
  Programming Machines (L1-regularized SVMs). Its computational complexity
  scales linearly with the number of training examples making it one of
- the fastest SVM solvers around.
+ the fastest SVM solvers around. It also provides Python bindings.
  .
  This package contains the shared libraries.
 
@@ -60,7 +61,7 @@ Description: Debugging symbols for LIBLINEAR
  loss, logistic regression, multi class classification and also Linear
  Programming Machines (L1-regularized SVMs). Its computational complexity
  scales linearly with the number of training examples making it one of
- the fastest SVM solvers around.
+ the fastest SVM solvers around. It also provides Python bindings.
  .
  This package contains the debugging symbols.
 
@@ -79,6 +80,23 @@ Description: Standalone applications for LIBLINEAR
  loss, logistic regression, multi class classification and also Linear
  Programming Machines (L1-regularized SVMs). Its computational complexity
  scales linearly with the number of training examples making it one of
- the fastest SVM solvers around.
+ the fastest SVM solvers around. It also provides Python bindings.
  .
  This package contains the standalone applications.
+
+Package: python-liblinear
+Section: python
+Architecture: any
+Depends:
+    ${python:Depends},
+    ${misc:Depends},
+    liblinear1 (= ${binary:Version})
+Description: Standalone applications for LIBLINEAR
+ LIBLINEAR is a library for learning linear classifiers for large scale
+ applications. It supports Support Vector Machines (SVM) with L2 and L1
+ loss, logistic regression, multi class classification and also Linear
+ Programming Machines (L1-regularized SVMs). Its computational complexity
+ scales linearly with the number of training examples making it one of
+ the fastest SVM solvers around. It also provides Python bindings.
+ .
+ This package contains the Python bindings.
diff --git a/debian/python-liblinear.docs b/debian/python-liblinear.docs
new file mode 100644
index 0000000..e469870
--- /dev/null
+++ b/debian/python-liblinear.docs
@@ -0,0 +1 @@
+python/README
diff --git a/debian/python-liblinear.install b/debian/python-liblinear.install
new file mode 100644
index 0000000..4fbb7a2
--- /dev/null
+++ b/debian/python-liblinear.install
@@ -0,0 +1,2 @@
+python/linear.py usr/share/pyshared/liblinear
+python/linearutil.py usr/share/pyshared/liblinear
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..b3dc41e
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.5-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list