[numba] 10/20: deb/rules: add discarded http_proxy to sphinx-build

Daniel Stender stender at moszumanska.debian.org
Fri Dec 23 15:33:30 UTC 2016


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

stender pushed a commit to branch master
in repository numba.

commit 506a862470df5deff80d951c4b88d7e82b848176
Author: Daniel Stender <stender at debian.org>
Date:   Fri Dec 23 10:30:17 2016 +0100

    deb/rules: add discarded http_proxy to sphinx-build
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fac4c7..5754563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
     + bumped standards to 3.9.8 (no changes needed).
     + added missing llvmlite to binary package deps.
   * deb/clean: add more cruft.
+  * deb/rules:
+    + add discarded http_proxy to sphinx-build.
   * add deb/gbp.conf.
   * let deb/clean handle egg-info/ (added), not deb/source/options
     (dropped).
@@ -18,7 +20,7 @@ numba (0.29.0-1) UNRELEASED; urgency=medium
     + run sphinx-build from build dir in rules (before that, copy docs into).
     + drop in-place extensions from deb/clean (not needed).
 
- -- Daniel Stender <stender at debian.org>  Fri, 23 Dec 2016 10:17:47 +0100
+ -- Daniel Stender <stender at debian.org>  Fri, 23 Dec 2016 10:29:35 +0100
 
 numba (0.23.1-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 4a33c83..a53c658 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_installchangelogs:
 override_dh_installdocs:
 	dh_installdocs -A README.rst
 	cp -a docs .pybuild/pythonX.Y_2.7/build
-	sphinx-build -N -bhtml .pybuild/pythonX.Y_2.7/build/docs/source/ debian/numba-doc/usr/share/doc/numba-doc/html/
+	http_proxy='127.0.0.1:9' sphinx-build -N -bhtml .pybuild/pythonX.Y_2.7/build/docs/source/ debian/numba-doc/usr/share/doc/numba-doc/html/
 
 override_dh_compress:
 	dh_compress -X.ipynb -X.ods -X.py # save examples and notebooks

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



More information about the debian-science-commits mailing list