mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 06:37:35 +08:00
debian/rules - added export http(s)_proxy to point to non-existing localhost proxy, so we could guarantee no network is used at pkg build time
This commit is contained in:
Vendored
+4
-1
@@ -9,8 +9,11 @@ skimage (0.9.3-1) unstable; urgency=low
|
||||
* debian/patches
|
||||
- changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff and
|
||||
up_correct_version removed (upstreamed)
|
||||
* debian/rules
|
||||
- added export http(s)_proxy to point to non-existing localhost proxy,
|
||||
so we could guarantee no network is used at pkg build time
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 22 Nov 2013 15:37:55 -0500
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 22 Nov 2013 16:10:11 -0500
|
||||
|
||||
skimage (0.8.2-2) UNRELEASED; urgency=low
|
||||
|
||||
|
||||
Vendored
+3
@@ -12,6 +12,9 @@ PY3VERS = $(shell py3versions -vr)
|
||||
export MPLCONFIGDIR=$(CURDIR)/build
|
||||
export HOME=$(CURDIR)/build
|
||||
|
||||
export http_proxy = http://127.0.9.1:9
|
||||
export https_proxy = http://127.0.9.1:9
|
||||
|
||||
# Mega rule
|
||||
%:
|
||||
dh $@ --with python2,python3,sphinxdoc --buildsystem python_distutils
|
||||
|
||||
Reference in New Issue
Block a user