[Python-modules-commits] [python-pysnmp4] 01/01: Disable network access for Sphinx. Closes: #830605
Vincent Bernat
bernat at moszumanska.debian.org
Sun Jul 17 05:30:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository python-pysnmp4.
commit f1dbf5fb7fbd4985f212fc60510dcb3dde9bbeed
Author: Vincent Bernat <vincent at bernat.im>
Date: Sun Jul 17 07:28:27 2016 +0200
Disable network access for Sphinx. Closes: #830605
---
debian/changelog | 6 ++++++
debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 546b1d8..2ff073c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pysnmp4 (4.3.2-2) unstable; urgency=medium
+
+ * Disable network access for Sphinx. Closes: #830605.
+
+ -- Vincent Bernat <bernat at debian.org> Sun, 17 Jul 2016 07:28:22 +0200
+
python-pysnmp4 (4.3.2-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/rules b/debian/rules
index b2d6224..0d1ffb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ override_dh_auto_test:
override_dh_installdocs:
dh_installdocs
+ http_proxy=http://127.0.0.1:9 \
+ https_proxy=https://127.0.0.1:9 \
PYTHONPATH=. sphinx-build -N -q -E -b html docs/source/ \
debian/python-pysnmp4-doc/usr/share/doc/python-pysnmp4-doc/html/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysnmp4.git
More information about the Python-modules-commits
mailing list