[Python-modules-commits] [python-latexcodec] 01/01: deb/rules: set discarded http_proxy for sphinx-build
Daniel Stender
stender at moszumanska.debian.org
Sat Aug 6 09:16:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository python-latexcodec.
commit 21fd182d4ac2de2802939e7f08d1d057fb3ad9d3
Author: Daniel Stender <stender at debian.org>
Date: Sat Aug 6 11:14:03 2016 +0200
deb/rules: set discarded http_proxy for sphinx-build
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9fd2232..3093aae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-latexcodec (1.0.3-4) unstable; urgency=medium
+
+ * deb/rules: set discarded http_proxy for sphinx-build (Closes: #830604).
+
+ -- Daniel Stender <stender at debian.org> Sat, 06 Aug 2016 11:12:19 +0200
+
python-latexcodec (1.0.3-3) unstable; urgency=medium
* deb/rules: added -f- to date for reproducible builds (Closes: #824454).
diff --git a/debian/rules b/debian/rules
index e06b214..46ac79a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_test:
override_dh_installdocs:
dh_installdocs
- PYTHONPATH=. sphinx-build -D today_fmt="$(DEBDATE)" -N -bhtml doc/ debian/python-latexcodec-doc/usr/share/doc/python-latexcodec-doc/html/
+ PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -D today_fmt="$(DEBDATE)" -N -bhtml doc/ debian/python-latexcodec-doc/usr/share/doc/python-latexcodec-doc/html/
override_dh_installchangelogs:
dh_installchangelogs -A CHANGELOG.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-latexcodec.git
More information about the Python-modules-commits
mailing list