[liblinear] 06/06: Make arch:all package, depending on arch:any, binNMUable
Christian Kastner
chrisk-guest at moszumanska.debian.org
Tue Aug 26 18:30:04 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 8ff43967c1aec6e855e4b7b2a5f497268d8219b9
Author: Christian Kastner <debian at kvr.at>
Date: Tue Aug 26 10:48:21 2014 -0700
Make arch:all package, depending on arch:any, binNMUable
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 21f19ab..674cd27 100644
--- a/debian/control
+++ b/debian/control
@@ -98,7 +98,8 @@ Architecture: all
Depends:
${python:Depends},
${misc:Depends},
- liblinear1 (= ${binary:Version})
+ liblinear1 (>= ${binary:Version}),
+ liblinear1 (<< ${binary:Version}.1~)
Description: Python 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
--
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