[h5py] 01/01: d/{control, rules}: remove pkg-config hack and dependency
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Apr 23 15:42:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository h5py.
commit 2f7e5b0e2a05ea3028685d62fa392cc1b94c0be9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Apr 23 16:16:53 2015 +0100
d/{control,rules}: remove pkg-config hack and dependency
---
debian/control | 1 -
debian/rules | 3 ---
2 files changed, 4 deletions(-)
diff --git a/debian/control b/debian/control
index 38c3a35..1ad0b0f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Build-Depends: debhelper (>= 9),
python3-numpy (>= 1:1.7.1-1~),
cython (>= 0.17-1~),
cython3 (>= 0.17-1~),
- pkg-config,
python-sphinx (>= 1.0.7+dfsg-1~),
python-six,
python3-six,
diff --git a/debian/rules b/debian/rules
index 163f9f9..38b358e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@ export PYBUILD_NAME=h5py
export PYBUILD_AFTER_INSTALL_python2=dh_numpy
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3
-export CFLAGS=$(shell pkg-config --cflags hdf5)
-export LDFLAGS=$(shell pkg-config --libs hdf5)
-
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
--
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