[Python-modules-commits] [dnspython] 01/01: Add http_proxy in debian/rules so network access is not attempted - Policy 4.9, added in 3.9.7 (Closes: #830170)

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jul 7 21:13:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository dnspython.

commit f9709695c42dec405c49647b9db093317d543342
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jul 7 17:06:57 2016 -0400

    Add http_proxy in debian/rules so network access is not attempted - Policy 4.9, added in 3.9.7 (Closes: #830170)
---
 debian/changelog | 6 ++++--
 debian/rules     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18f230e..13a536f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-dnspython (1.14.0-2) UNRELEASED; urgency=medium
+dnspython (1.14.0-2) unstable; urgency=medium
 
   * Update python3-dnspython description synopsis
+  * Add http_proxy in debian/rules so network access is not attempted - Policy
+    4.9, added in 3.9.7 (Closes: #830170)
 
- -- Scott Kitterman <scott at kitterman.com>  Mon, 13 Jun 2016 12:59:10 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 07 Jul 2016 17:04:28 -0400
 
 dnspython (1.14.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 715fbe4..8126ace 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export http_proxy=http://127.0.0.1:9/
 export PYBUILD_NAME=dnspython
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dnspython.git



More information about the Python-modules-commits mailing list