[Python-modules-commits] r23854 - in packages/nose/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Apr 6 12:24:44 UTC 2013


    Date: Saturday, April 6, 2013 @ 12:24:42
  Author: mitya57-guest
Revision: 23854

debian/rules: disable HTTP traffic during build.

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

Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog	2013-04-06 11:48:50 UTC (rev 23853)
+++ packages/nose/trunk/debian/changelog	2013-04-06 12:24:42 UTC (rev 23854)
@@ -13,6 +13,7 @@
   * Run the tests for Python 3.x during build.
   * debian/patches/manpage-formatting: dropped, the issue is properly
     fixed upstream.
+  * debian/rules: disable HTTP traffic during build.
   * Refresh other patches.
   * Update debian/clean.
 

Modified: packages/nose/trunk/debian/rules
===================================================================
--- packages/nose/trunk/debian/rules	2013-04-06 11:48:50 UTC (rev 23853)
+++ packages/nose/trunk/debian/rules	2013-04-06 12:24:42 UTC (rev 23854)
@@ -1,11 +1,15 @@
 #!/usr/bin/make -f
 
-#get our python versions
+# Get our python versions
 PYVERS  := $(shell pyversions -r)
 PY3VERS := $(shell py3versions -r)
 DESTDIR2 := $(CURDIR)/debian/python-nose
 DESTDIR3 := $(CURDIR)/debian/python3-nose
 
+# Send HTTP traffic to “discard” service
+export http_proxy = http://127.0.1.1:9/
+export https_proxy = ${http_proxy}
+
 %:
 	dh $@ --with python2,python3,sphinxdoc
 




More information about the Python-modules-commits mailing list