[Python-modules-commits] [python-structlog] 04/08: d/rules: prevent network access by defining https_proxy

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 17 08:05:19 UTC 2016


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

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

commit f5a148c97a4d2b5f050f09970a6258f0a0b8b3ff
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Sep 17 09:48:28 2016 +0200

    d/rules: prevent network access by defining https_proxy
---
 debian/changelog | 3 ++-
 debian/rules     | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ed029b..5954e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ python-structlog (16.1.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * d/control: add myself to uploaders.
   * d/control: bump Standards-Version.
+  * d/rules: prevent network access by defining https_proxy. Closes: #830609.
 
- -- Vincent Bernat <bernat at debian.org>  Sat, 17 Sep 2016 09:41:11 +0200
+ -- Vincent Bernat <bernat at debian.org>  Sat, 17 Sep 2016 09:48:23 +0200
 
 python-structlog (16.0.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 417e800..b75da4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,7 @@ override_dh_sphinxdoc:
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' make -C docs html
+	PYTHONPATH=. \
+	http_proxy=http://127.0.0.1:9 \
+	https_proxy=https://127.0.0.1:9 \
+	make -C docs html

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



More information about the Python-modules-commits mailing list