[h5py] 21/44: * Convert package to pysupport and call dh_numpy upon install (Closes: #590738, #589835). * Bump standards version to 3.9.1.0 (no changes required).
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 ce6267e442755a9ee1dd6a9467388b9e8f20c098
Author: Soeren Sonnenburg <sonne at debian.org>
Date: Fri Jul 30 19:14:18 2010 +0000
* Convert package to pysupport and call dh_numpy upon install
(Closes: #590738,#589835).
* Bump standards version to 3.9.1.0 (no changes required).
---
debian/changelog | 8 ++++++++
debian/control | 5 ++---
debian/pyversions | 1 +
debian/rules | 6 +++++-
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 127a386..8fb75ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+h5py (1.3.0-3) unstable; urgency=low
+
+ * Convert package to pysupport and call dh_numpy upon install
+ (Closes: #590738,#589835).
+ * Bump standards version to 3.9.1.0 (no changes required).
+
+ -- Soeren Sonnenburg <sonne at debian.org> Fri, 30 Jul 2010 21:12:45 +0200
+
h5py (1.3.0-2) unstable; urgency=low
* Update watch file for recent google code change.
diff --git a/debian/control b/debian/control
index 13a10e2..08c2b3f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,9 @@ Source: h5py
Section: python
Priority: optional
Maintainer: Soeren Sonnenburg <sonne at debian.org>
-XS-Python-Version: >= 2.5
Build-Depends: debhelper ( >=7), cdbs, python-all-dev (>= 2.5.0),
- python-central (>= 0.6.0), libhdf5-serial-dev (>= 1.8.3), python-numpy
-Standards-Version: 3.8.4
+ python-support (>= 0.5.3), libhdf5-serial-dev (>= 1.8.3), python-numpy
+Standards-Version: 3.9.1.0
Homepage: http://code.google.com/p/h5py/
Vcs-Svn: https://bollin.googlecode.com/svn/python-h5py/
Vcs-Browser: http://bollin.googlecode.com/svn/python-h5py/
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..b3dc41e
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.5-
diff --git a/debian/rules b/debian/rules
index cccc9d7..a777e55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,13 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+binary-install/python-h5py::
+ dh_pysupport -ppython-h5py
+ dh_numpy
+
pre-build::
python setup.py configure --api=18
--
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