[slepc4py] 01/08: specify Build-Depends on version-matching petsc/slepc dev packages
Drew Parsons
dparsons at moszumanska.debian.org
Tue Jul 5 14:51:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository slepc4py.
commit f0a108c41aa8cff75b87421a4c103aa393817394
Author: Drew Parsons <dparsons at debian.org>
Date: Tue Jul 5 17:34:35 2016 +0800
specify Build-Depends on version-matching petsc/slepc dev packages
i.e. slepc3.6-dev, petsc3.6-dev rather than
slepc-dev (>= 3.6), petsc-dev (>= 3.6)
to make sure petsc/slepc 3.6 doesn't get mixed up with 3.7. Each
release of slepc4py is made for a specific slepc release (3.6 for this
version of slepc4py)
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 842f04d..87a9d8f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Drew Parsons <dparsons at debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), dh-python, cython, chrpath,
python-all-dev (>=2.3.5-11), python-numpy (>= 1:1.4.1-4~),
- slepc-dev (>= 3.6), petsc-dev (>= 3.6), mpi-default-dev
+ slepc3.6-dev, petsc3.6-dev, mpi-default-dev
X-Python-Version: >= 2.6
Homepage: https://bitbucket.org/slepsc/slepc4py
Vcs-Git: git://anonscm.debian.org/debian-science/packages/slepc4py.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc4py.git
More information about the debian-science-commits
mailing list