[Python-modules-commits] [webtest] 04/04: Standards-Version bumped to 3.9.8: network not used while building docs
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Jul 18 20:09:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository webtest.
commit 95e8c48ae8011a4a8ef4df25ef63dbb2122207a3
Author: Piotr Ożarowski <piotr at debian.org>
Date: Mon Jul 18 21:48:46 2016 +0200
Standards-Version bumped to 3.9.8: network not used while building docs
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0f92f5f..7a13213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ webtest (2.0.21-1) unstable; urgency=medium
[ Piotr Ożarowski ]
* New upstream release
+ * Standards-Version bumped to 3.9.8
+ - prevent sphinx-build from accessing a network while building docs
+ (closes: 830629)
-- Piotr Ożarowski <piotr at debian.org> Mon, 18 Jul 2016 21:46:38 +0200
diff --git a/debian/control b/debian/control
index 1c72ecf..8905507 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: dh-python, python-all, python3-all,
python-sphinx (>= 1.0.7+dfsg-1~), python-six, python-bs4, python-waitress,
# tests
# python-unittest2, python-pyquery
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
X-Python-Version: >=2.6
Homepage: http://pythonpaste.org/webtest/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/webtest.git
diff --git a/debian/rules b/debian/rules
index d8b8a0b..0276c65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_install:
dh_auto_install --buildsystem=pybuild
mkdir -p docs/_static # Sphinx needs it
dh_installdirs
- PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-webtest-doc/usr/share/doc/python-webtest-doc/
+ http_proxy='http://127.0.0.1:9/' PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-webtest-doc/usr/share/doc/python-webtest-doc/
# it's not an extra license file
echo "python-webtest-doc: extra-license-file usr/share/doc/python-webtest-doc/_sources/license.txt" \
>> debian/python-webtest-doc/usr/share/lintian/overrides/python-webtest-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/webtest.git
More information about the Python-modules-commits
mailing list