[Python-modules-commits] [python-prov] 02/04: update proxy settings according to the Python library style guide

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 20 17:54:57 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-prov.

commit 513e1e46716cfcafc8fbc897eb05946c66165e4d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Dec 19 20:24:26 2016 +0000

    update proxy settings according to the Python library style guide
    
    Gbp-Dch: short
    Thanks: Yaroslav Halchenko
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c87c0a4..9ec5c62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,11 @@ export PYBUILD_AFTER_INSTALL_python2 = rm -rf {destdir}/usr/bin
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
+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 docs build/html
+	PYTHONPATH=. sphinx-build -N -b html docs build/html
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Python-modules-commits mailing list