[h5py] 05/07: d/rules: fix order of clean commands and typos

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Apr 17 10:15:32 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 51f77d9d7e8beca533be055b73b2596d45aeb273
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 17 10:56:39 2015 +0100

    d/rules: fix order of clean commands and typos
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index ebf0e59..163f9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,17 +14,17 @@ export LDFLAGS=$(shell pkg-config --libs hdf5)
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
-    dh_auto_build
-    PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
+	dh_auto_build
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
 
 override_dh_auto_clean:
 	dh_auto_clean
 	$(RM) setuptools-0.6c9-py2.5.egg
 	$(RM) h5py_config.pickle
 	$(RM) h5py/config.pxi
+	# Remove the cythonized .c files
+	find h5py -iname *.pyx | sed -e 's,\.pyx,\.c,g' | xargs -r $(RM) -f
 	$(RM) h5config.pkl
 	$(RM) h5py/_hdf5.pxd 
 	$(RM) h5py/defs.pxd
 	$(RM) h5py/defs.pyx
-	# Remove the cythonized .c files
-	find h5py -iname *.pyx | sed -e 's,\.pyx,\.c,g' | xargs -r $(RM) -f

-- 
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