[slepc4py] 02/08: update build for python3

Drew Parsons dparsons at moszumanska.debian.org
Tue May 16 06:59:49 UTC 2017


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

dparsons pushed a commit to tag debian/3.7.0-3
in repository slepc4py.

commit e267666c832c21d9dce6ebed5c41a8671fbea60c
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue May 16 14:07:36 2017 +0800

    update build for python3
---
 debian/control | 7 +++++--
 debian/rules   | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8e2e543..7eb1ed0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,13 @@ Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Drew Parsons <dparsons at debian.org>
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), dh-python, cython, chrpath,
- python-all-dev (>=2.3.5-11), python-numpy (>= 1:1.4.1-4~),
+Build-Depends: debhelper (>= 9), dh-python, chrpath,
+ cython, cython3,
+ python-all-dev (>=2.3.5-11), python3-all-dev,
+ python-numpy (>= 1:1.4.1-4~), python3-numpy,
  libslepc3.7-dev, libpetsc3.7-dev,
  python-petsc4py (>=3.7), python-petsc4py (<<3.8),
+ python3-petsc4py (>=3.7), python3-petsc4py (<<3.8),
  mpi-default-dev
 X-Python-Version: >= 2.6
 Homepage: https://bitbucket.org/slepc/slepc4py
diff --git a/debian/rules b/debian/rules
index 580a649..8a16ba1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ SLEPC_DIR=/usr/lib/slepcdir/$(SLEPC_BASE_VERSION)
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3
 
 override_dh_clean:
 	dh_clean

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