[h5py] 34/44: Add cython as build deps.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:25:51 UTC 2015


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

ghisvail-guest pushed a commit to branch upstream/latest
in repository h5py.

commit 76a7e7efe32b299f079cf3a562345be8abc48de8
Author: Soeren Sonnenburg <sonne at debian.org>
Date:   Sat Nov 16 16:44:35 2013 +0000

    Add cython as build deps.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d6e7ec5..3540c90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ h5py (2.2.0-1) unstable; urgency=low
   * Bump standards version to 3.9.4.
   * Provide python3 package (Closes: #670545)
   * Update Vcs-* field (Closes: #664325)
+  * Add cython as build deps.
 
  -- Soeren Sonnenburg <sonne at debian.org>  Sat, 16 Nov 2013 06:46:45 +0100
 
diff --git a/debian/control b/debian/control
index c854048..8388da9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Soeren Sonnenburg <sonne at debian.org>
 Build-Depends: debhelper (>=9), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~),
- libhdf5-dev, python-numpy (>= 1:1.7.1-1~), python3-numpy (>= 1:1.7.1-1~)
+ libhdf5-dev, python-numpy (>= 1:1.7.1-1~), python3-numpy (>= 1:1.7.1-1~),
+ cython, cython3
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.3
diff --git a/debian/rules b/debian/rules
index 96b65c8..0c64b42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ binary-install/python-h5py::
 clean::
 	$(RM) setuptools-0.6c9-py2.5.egg
 	$(RM) h5py_config.pickle
+	$(RM) h5py-2.2.0/h5py/config.pxi
 
 get-orig-source:
 	-uscan --upstream-version 0 --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list