[seaborn] 26/35: debian/rules - fake http*_proxy to prevent online interactions at build time
Andreas Tille
tille at debian.org
Fri Jan 20 15:00:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian
in repository seaborn.
commit a788831bcac54ee3b182ed22ad3c43f2316d0a9e
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Mon Jun 29 19:07:25 2015 -0400
debian/rules - fake http*_proxy to prevent online interactions at build time
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bf6732d..52789b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
seaborn (0.6.0-1) unstable; urgency=medium
* Fresh upstream release
+ * debian/rules
+ - fake http*_proxy to prevent online interactions at build time
-- Yaroslav Halchenko <debian at onerussian.com> Mon, 29 Jun 2015 13:13:55 -0400
diff --git a/debian/rules b/debian/rules
index 510245f..d5f9780 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ DH_VERBOSE=1
export PYBUILD_NAME=seaborn
export PYBUILD_TEST_NOSE=1
+export http_proxy=http://127.0.0.1:9/
+export https_proxy=http://127.0.0.1:9/
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git
More information about the debian-science-commits
mailing list