[Python-modules-commits] r24067 - in packages/sphinx/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Apr 30 15:46:40 UTC 2013


    Date: Tuesday, April 30, 2013 @ 15:46:39
  Author: jwilk
Revision: 24067

Export http_proxy=http://127.0.0.1:9/ in debian/rules.

Modified:
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/rules

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2013-04-30 14:45:07 UTC (rev 24066)
+++ packages/sphinx/trunk/debian/changelog	2013-04-30 15:46:39 UTC (rev 24067)
@@ -1,3 +1,10 @@
+sphinx (1.2~b1+dfsg-2) UNRELEASED; urgency=low
+
+  * Export http_proxy=http://127.0.0.1:9/ in debian/rules to prevent Internet
+    access at build time.
+
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 30 Apr 2013 17:24:11 +0200
+
 sphinx (1.2~b1+dfsg-1) experimental; urgency=low
 
   * New upstream beta release.

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2013-04-30 14:45:07 UTC (rev 24066)
+++ packages/sphinx/trunk/debian/rules	2013-04-30 15:46:39 UTC (rev 24067)
@@ -5,6 +5,7 @@
 
 export PYTHONWARNINGS=d
 export PYTHONHASHSEED=random
+export http_proxy=http://127.0.0.1:9/
 
 here = $(dir $(firstword $(MAKEFILE_LIST)))/..
 debian_version = $(word 2,$(shell cd $(here) && dpkg-parsechangelog | grep ^Version:))




More information about the Python-modules-commits mailing list