[h5py] 13/44: Build-depend on hdf5 >= 1.8.3 and enable api 1.8 (Closes: #548049)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:25:49 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 2ce0ce3789eb0cdb77db6c27df7ec2adf854b780
Author: Soeren Sonnenburg <sonne at debian.org>
Date: Thu Sep 24 09:21:10 2009 +0000
Build-depend on hdf5 >= 1.8.3 and enable api 1.8 (Closes: #548049)
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index be535d3..100c35e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+h5py (1.2.1-2) unstable; urgency=low
+
+ * Build-depend on hdf5 >= 1.8.3 and enable api 1.8 (Closes: #548049)
+
+ -- Soeren Sonnenburg <sonne at debian.org> Thu, 24 Sep 2009 11:08:03 +0200
+
h5py (1.2.1-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/control b/debian/control
index 0b2b95d..3ccb788 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Soeren Sonnenburg <sonne at debian.org>
XS-Python-Version: >= 2.5
Build-Depends: debhelper ( >=7), cdbs, quilt, python-all-dev (>= 2.5.0),
- python-central (>= 0.6.0), libhdf5-serial-dev, python-numpy
+ python-central (>= 0.6.0), libhdf5-serial-dev (>= 1.8.3), python-numpy
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/h5py/
Vcs-Svn: https://bollin.googlecode.com/svn/python-h5py/
diff --git a/debian/rules b/debian/rules
index 95ef665..0ebc1f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
+HDF5_API=18
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
--
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