[Python-modules-commits] [python-werkzeug] 01/01: Don't reset http{, s}_proxy, pybuild sets it correctly
Ondrej Novy
onovy at debian.org
Sat Dec 9 19:04:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-werkzeug.
commit b2226659904ca1ea8136437cab57b8007e16c2f3
Author: Ondřej Nový <onovy at debian.org>
Date: Sat Dec 9 20:04:21 2017 +0100
Don't reset http{,s}_proxy, pybuild sets it correctly
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b5f37db..cea795e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-werkzeug (0.13+dfsg1-2) UNRELEASED; urgency=medium
+
+ * Don't reset http{,s}_proxy, pybuild sets it correctly
+
+ -- Ondřej Nový <onovy at debian.org> Sat, 09 Dec 2017 20:04:09 +0100
+
python-werkzeug (0.13+dfsg1-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/rules b/debian/rules
index a541619..4679363 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_test:
set -ex; \
memcached -p 11211 -l 127.0.0.1 & \
trap "kill $$! || true" EXIT; \
- http_proxy='' LC_ALL=C.UTF-8 dh_auto_test; \
+ LC_ALL=C.UTF-8 dh_auto_test; \
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-werkzeug.git
More information about the Python-modules-commits
mailing list