[h5py] 09/12: Cosmetic fixups in rules file.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Dec 1 12:06:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository h5py.
commit 83ee35a5af9ca5278a7732324715117b131a7091
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Dec 1 11:15:04 2016 +0000
Cosmetic fixups in rules file.
---
debian/rules | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 02c3ecd..4308448 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,17 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-export PYBUILD_NAME=h5py
+export PYBUILD_NAME = h5py
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_build-indep:
- PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
+ PYTHONPATH=. http_proxy='127.0.0.1:9' \
+ sphinx-build -N -bhtml docs/ build/html
override_dh_installdocs-indep:
dh_installdocs --indep
--
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