[Python-modules-commits] [python-future] 01/01: Disable network access for Sphinx during build. Closes: #830602

Vincent Bernat bernat at moszumanska.debian.org
Sun Jul 17 05:35:13 UTC 2016


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

bernat pushed a commit to branch master
in repository python-future.

commit c6ff02e49a2d27ff535c92a460fc900d90cb7c9b
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Jul 17 07:32:34 2016 +0200

    Disable network access for Sphinx during build. Closes: #830602
---
 debian/changelog | 8 ++++++--
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a20fdf..ba6f13e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-python-future (0.15.2-3) UNRELEASED; urgency=medium
+python-future (0.15.2-3) unstable; urgency=medium
 
+  [ Ondřej Nový ]
   * Removed version from python-all build dependency
   * Removed pre-depends on dpkg
 
- -- Ondřej Nový <novy at ondrej.org>  Fri, 17 Jun 2016 20:49:19 +0200
+  [ Vincent Bernat ]
+  * Disable network access for Sphinx during build. Closes: #830602.
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 17 Jul 2016 07:31:47 +0200
 
 python-future (0.15.2-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 39c54f8..e8e5180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,7 @@ override_dh_install:
 	mv debian/python3-future/usr/bin/pasteurize debian/python3-future/usr/bin/python3-pasteurize
 
 override_dh_sphinxdoc:
+	http_proxy=http://127.0.0.1:9 \
+	https_proxy=https://127.0.0.1:9 \
 	PYTHONPATH=.:./src sphinx-build -b html docs debian/python-future-doc/usr/share/doc/python-future-doc/html
 	dh_sphinxdoc

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



More information about the Python-modules-commits mailing list