[pyzo] 09/12: Normalize the dh_auto_build override

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 11 16:18:18 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit bfa2d12bb57785fc4ef64376e7bc62b6fab74e33
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Jul 11 16:45:03 2017 +0100

    Normalize the dh_auto_build override
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index ae53551..956d5f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,12 @@ override_dh_auto_clean:
 	$(RM) -rf build/html
 	$(RM) -rf build/man
 
+override_dh_auto_build: export http_proxy=127.0.0.1:9
+override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' \
-		sphinx-build -N -b html doc build/html
-	PYTHONPATH=. http_proxy='127.0.0.1:9' \
-		sphinx-build -N -b man doc build/man
+	PYTHONPATH=. sphinx-build -N -b html doc build/html
+	PYTHONPATH=. sphinx-build -N -b man doc build/man
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.md

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



More information about the debian-science-commits mailing list