[Python-modules-commits] [flask] 02/03: Make sure sphinx-build doesn't access network

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jul 18 21:08:36 UTC 2016


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

piotr pushed a commit to branch master
in repository flask.

commit 704523897545f0d62165f23100eadcf98979a08a
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Mon Jul 18 22:43:21 2016 +0200

    Make sure sphinx-build doesn't access network
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0d36aab..1d56eae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,9 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
   * Added python3-blinker to build-depends/recommends
   * Removed d/python-flask.pyremove (not needed)
 
+  [ Piotr Ożarowski ]
+  * Make sure sphinx-build doesn't access network
+
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 18 Jul 2016 22:29:28 +0200
 
 flask (0.10.1-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 94a4a19..a606b66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,6 @@ override_dh_install:
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-flask-doc/usr/share/doc/python-flask-doc/html/
+	http_proxy='http://127.0.0.1:9/' PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-flask-doc/usr/share/doc/python-flask-doc/html/
 	dh_sphinxdoc
 endif

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



More information about the Python-modules-commits mailing list