[slepc4py] 03/11: new upstream version 3.8
Drew Parsons
dparsons at moszumanska.debian.org
Mon Nov 6 10:26:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag experimental/3.8.0-1exp1
in repository slepc4py.
commit 431b16a9e97f4589f6c354de329ca8401a491a8e
Author: Drew Parsons <dparsons at debian.org>
Date: Mon Nov 6 17:49:51 2017 +0800
new upstream version 3.8
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9d4f2c6..4f64cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+slepc4py (3.8.0-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream version.
+
+ -- Drew Parsons <dparsons at debian.org> Mon, 06 Nov 2017 17:49:22 +0800
+
slepc4py (3.7.0-3) unstable; urgency=medium
* Add python3 support via python3-slepc4py. Closes: #862111.
diff --git a/debian/control b/debian/control
index 07d8302..e1e39a4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ 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),
+ libslepc-real3.8-dev, libpetsc-real3.8-dev,
+ python-petsc4py (>=3.8), python-petsc4py (<<3.9),
+ python3-petsc4py (>=3.8), python3-petsc4py (<<3.9),
mpi-default-dev
X-Python-Version: >= 2.6
Homepage: https://bitbucket.org/slepc/slepc4py
diff --git a/debian/rules b/debian/rules
index 7aaf26e..8476cd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-SLEPC_BASE_VERSION=3.7
+SLEPC_BASE_VERSION=3.8
SLEPC_MAJOR_VERSION=$(shell echo $(SLEPC_BASE_VERSION) | sed "s/\..*//")
SLEPC_MINOR_VERSION=$(shell echo $(SLEPC_BASE_VERSION) | sed "s/.*\.//")
--
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