[liblinear] 05/09: d/control: Add package python3-liblinear

Christian Kastner chrisk-guest at moszumanska.debian.org
Wed Jul 22 15:30:08 UTC 2015


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

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

commit cc888920f0cefffaf519fed29efb9f257760f968
Author: Christian Kastner <ckk at kvr.at>
Date:   Wed Jul 22 12:18:29 2015 +0200

    d/control: Add package python3-liblinear
    
    The Python bindings are compatible with Python 2 and 3.
---
 debian/control                             | 18 ++++++++++++++++++
 debian/python3-liblinear.dirs              |  1 +
 debian/python3-liblinear.docs              |  1 +
 debian/python3-liblinear.install           |  2 ++
 debian/python3-liblinear.lintian-overrides |  2 ++
 5 files changed, 24 insertions(+)

diff --git a/debian/control b/debian/control
index ea6787e..0b557c3 100644
--- a/debian/control
+++ b/debian/control
@@ -109,3 +109,21 @@ Description: Python bindings for LIBLINEAR
  the fastest SVM solvers around. It also provides Python bindings.
  .
  This package contains the Python bindings.
+
+Package: python3-liblinear
+Section: python
+Architecture: all
+Depends:
+    ${python3:Depends},
+    ${misc:Depends},
+    liblinear1 (>= ${binary:Version}),
+    liblinear1 (<< ${binary:Version}.1~)
+Description: Python 3 bindings 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 3 bindings.
diff --git a/debian/python3-liblinear.dirs b/debian/python3-liblinear.dirs
new file mode 100644
index 0000000..a18af22
--- /dev/null
+++ b/debian/python3-liblinear.dirs
@@ -0,0 +1 @@
+usr/lib/python3/dist-pacakges
diff --git a/debian/python3-liblinear.docs b/debian/python3-liblinear.docs
new file mode 100644
index 0000000..e469870
--- /dev/null
+++ b/debian/python3-liblinear.docs
@@ -0,0 +1 @@
+python/README
diff --git a/debian/python3-liblinear.install b/debian/python3-liblinear.install
new file mode 100644
index 0000000..c99132d
--- /dev/null
+++ b/debian/python3-liblinear.install
@@ -0,0 +1,2 @@
+python/liblinear.py usr/lib/python3/dist-packages
+python/liblinearutil.py usr/lib/python3/dist-packages
diff --git a/debian/python3-liblinear.lintian-overrides b/debian/python3-liblinear.lintian-overrides
new file mode 100644
index 0000000..cc35524
--- /dev/null
+++ b/debian/python3-liblinear.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog
+python3-liblinear: no-upstream-changelog

-- 
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