[Python-modules-commits] r21569 - in packages/python-cobe/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 20:18:16 UTC 2012


    Date: Friday, May 4, 2012 @ 20:18:14
  Author: eriol-guest
Revision: 21569

Fool setuptools into using a non-functional HTTP proxy. Thanks Jakub Wilk for the hint.

Modified:
  packages/python-cobe/trunk/debian/changelog
  packages/python-cobe/trunk/debian/rules

Modified: packages/python-cobe/trunk/debian/changelog
===================================================================
--- packages/python-cobe/trunk/debian/changelog	2012-05-04 19:51:29 UTC (rev 21568)
+++ packages/python-cobe/trunk/debian/changelog	2012-05-04 20:18:14 UTC (rev 21569)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #600515)
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 01 May 2012 06:56:03 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 04 May 2012 22:17:13 +0200

Modified: packages/python-cobe/trunk/debian/rules
===================================================================
--- packages/python-cobe/trunk/debian/rules	2012-05-04 19:51:29 UTC (rev 21568)
+++ packages/python-cobe/trunk/debian/rules	2012-05-04 20:18:14 UTC (rev 21569)
@@ -2,5 +2,7 @@
 
 export PYTHONWARNINGS=d
 
+export http_proxy = http://127.0.0.1:9/
+
 %:
 	dh $@ --with python2




More information about the Python-modules-commits mailing list