[Python-modules-commits] [pytest-tornado] 01/04: deb/rules: dropped net blocking (Pybuild takes care of that)
Daniel Stender
danstender-guest at moszumanska.debian.org
Sat Oct 17 22:00:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pytest-tornado.
commit c8099b474c66b831dfe029e2975c10cb8017ed8d
Author: Daniel Stender <debian at danielstender.com>
Date: Tue Jul 21 15:57:20 2015 +0200
deb/rules: dropped net blocking (Pybuild takes care of that)
---
debian/changelog | 6 ++++++
debian/rules | 4 ----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a2954e0..10cdb2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pytest-tornado (0.4.4-2) UNRELEASED; urgency=medium
+
+ * deb/rules: dropped net blocking (Pybuild takes care of that).
+
+ -- Daniel Stender <debian at danielstender.com> Tue, 21 Jul 2015 15:56:41 +0200
+
pytest-tornado (0.4.4-1) unstable; urgency=medium
* Initial release (Closes: #792919)
diff --git a/debian/rules b/debian/rules
index 7ccc20e..ca105d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=pytest-tornado
-# block the net precautionary
-export http_proxy=http://127.0.0.1:9/
-export https_proxy=http://127.0.0.1:9/
-
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-tornado.git
More information about the Python-modules-commits
mailing list