[sardana] 03/05: do not download files from internet

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Jan 19 20:32:45 UTC 2014


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

picca pushed a commit to branch master
in repository sardana.

commit 15dbe6f504d3a5e11e1c62c25b134ad7616adb63
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Jan 19 09:26:37 2014 +0100

    do not download files from internet
---
 debian/changelog | 2 ++
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0bb4c4a..06cba03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 sardana (1.2.0-2) UNRELEASED; urgency=low
 
   * remove duplication in the documentation package
+  * export http_proxy='localhost' to avoid internet download during
+    the build (Closes: #735161)
 
  -- Picca Frédéric-Emmanuel <picca at debian.org>  Mon, 09 Sep 2013 11:26:31 +0200
 
diff --git a/debian/rules b/debian/rules
index c3a1fb9..18ccf06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export http_proxy='localhost'
+
 # for backport on stable without bpo
 WITH_SPHINXDOC = $(shell if [ -x /usr/bin/dh_sphinxdoc ]; then echo "--with sphinxdoc"; fi)
 

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



More information about the debian-science-commits mailing list