[theano] 19/23: deb/rules: block web access for sphinx-build

Daniel Stender stender at moszumanska.debian.org
Tue Jul 12 10:54:36 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit a5e461a0c6d792219ba3ed2dc3d55cfa07819281
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jul 12 00:31:36 2016 +0200

    deb/rules: block web access for sphinx-build
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13f2d47..fc49122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ theano (0.8.2-1) UNRELEASED; urgency=medium
   * deb/rules:
     + add empty config.cxx to THEANO_FLAGS on some archs (which are not
       recognizing Theano's default flags "-m32" and "-m64").
+    + block web access for sphinx-build regardless.
     + rearranged logically.
   * deb/source/options:
     + added ignore pattern for egg-info directory.
@@ -21,7 +22,7 @@ theano (0.8.2-1) UNRELEASED; urgency=medium
     + deb/missing-source (d3.js, dagre-d3.js, graphlib-dot.js).
     + deb/source.lintian-overrides.
 
- -- Daniel Stender <stender at debian.org>  Tue, 12 Jul 2016 00:25:45 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 12 Jul 2016 00:30:22 +0200
 
 theano (0.7-5) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index db203cb..c121806 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_test:
 
 override_dh_installdocs:
 	dh_installdocs -A README.txt
-	PYTHONPATH=. sphinx-build -N -bhtml doc/ debian/theano-doc/usr/share/doc/theano-doc/html/
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ debian/theano-doc/usr/share/doc/theano-doc/html/
 	rdfind -outputname /dev/null -makesymlinks true debian/theano-doc
 	symlinks -r -s -c debian/theano-doc
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list