[linbox] 01/01: Add a versioned Build-Depends and Depends on fflas-ffpack
Ximin Luo
infinity0 at debian.org
Sun Oct 16 19:17:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository linbox.
commit a2920cb8b359d59fea8d567cb059c3680a0b39bc
Author: Ximin Luo <infinity0 at debian.org>
Date: Sun Oct 16 21:17:41 2016 +0200
Add a versioned Build-Depends and Depends on fflas-ffpack
Otherwise Sage's build breaks if we have an older fflas-ffpack installed
---
debian/control | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 2adecc2..8663cd5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Uploaders: Doug Torrance <dtorrance at piedmont.edu>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
pkg-config,
- fflas-ffpack,
+# please keep the version below in-sync with linbox.pc.in
+# also the Depends: field of liblinbox-dev below
+ fflas-ffpack (>= 2.2.2),
gnuplot,
libatlas-dev,
libgivaro-dev (>= 4.0),
@@ -34,6 +36,8 @@ Architecture: any
Depends: libgivaro-dev,
liblapack-dev,
liblinbox-1.4.2-0 (= ${binary:Version}),
+# please keep the version below in-sync with linbox.pc.in
+ fflas-ffpack (>= 2.2.2),
${misc:Depends}
Suggests: liblinbox-doc
Description: Library for exact linear algebra - development files
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linbox.git
More information about the debian-science-commits
mailing list