[Python-modules-commits] r24933 - in packages/python-gdata/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Jun 24 12:10:49 UTC 2013
Date: Monday, June 24, 2013 @ 12:10:44
Author: mitya57-guest
Revision: 24933
Revert setting http_proxy, it breaks get-orig-source
Modified:
packages/python-gdata/trunk/debian/changelog
packages/python-gdata/trunk/debian/rules
Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog 2013-06-24 12:06:55 UTC (rev 24932)
+++ packages/python-gdata/trunk/debian/changelog 2013-06-24 12:10:44 UTC (rev 24933)
@@ -9,7 +9,6 @@
* New upstream release.
* Avoid moving upstream files when building docs.
* Increase tests verbosity.
- * Disable HTTP traffic during build.
-- Dmitry Shachnev <mitya57 at gmail.com> Mon, 24 Jun 2013 14:59:16 +0400
Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules 2013-06-24 12:06:55 UTC (rev 24932)
+++ packages/python-gdata/trunk/debian/rules 2013-06-24 12:10:44 UTC (rev 24933)
@@ -5,10 +5,6 @@
DEB_VERSION = $(word 2,$(shell cd $(DEB_DIRECTORY)/.. && dpkg-parsechangelog | grep ^Version:))
UPSTREAM_DFSG_VERSION = $(firstword $(subst -, ,$(DEB_VERSION)))
-# Send HTTP traffic to âdiscardâ service
-export http_proxy = http://127.0.1.1:9/
-export https_proxy = ${http_proxy}
-
%:
dh $@ --with python2
More information about the Python-modules-commits
mailing list