[python-hdf5storage] 02/04: d/{clean, rules}: cleanup and formatting.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 1 16:04:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-hdf5storage.

commit 1134264aa638a954a4ee5ba1d02af7082bb49206
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jun 30 16:11:52 2016 +0100

    d/{clean,rules}: cleanup and formatting.
---
 debian/clean | 3 +--
 debian/rules | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/clean b/debian/clean
index 4dc800a..45149aa 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1 @@
-*egg-info/
-build/html
+*.egg-info/*
diff --git a/debian/rules b/debian/rules
index 412e67f..0d16eb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 #export DH_VERBOSE=1
 
 export PYBUILD_NAME=hdf5storage
-#export PYBUILD_DISABLE=test
 export PYBUILD_TEST_ARGS=-I test_matlab_compatibility
 
 %:
@@ -12,7 +11,8 @@ export PYBUILD_TEST_ARGS=-I test_matlab_compatibility
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html doc/source build/html
+	PYTHONPATH=. http_proxy='127.0.0.1:9' \
+		sphinx-build -N -b html doc/source build/html
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc --exclude=MathJax.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list