[Python-modules-commits] [python-pip] 02/02: Reduce build verbosity.
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 3 22:02:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pip.
commit 75d05d140f299dfee67cc0af41842d8a5d9c6cf3
Author: Barry Warsaw <barry at python.org>
Date: Thu Mar 3 16:21:34 2016 -0500
Reduce build verbosity.
* d/rules:
- dirtbike up the wheel .whl and build the pip .whl using
- Reduce build verbosity.
---
debian/changelog | 6 ++++--
debian/rules | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f5aeb8f..b00b522 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ python-pip (8.0.3-3) unstable; urgency=medium
* d/control: Breaks/Replaces virtualenv << 14.0.5+ds-5 since the pip and
wheel .whl files now move to python-pip-whl.
- * d/rules: dirtbike up the wheel .whl and build the pip .whl using
- setup.py bdist_wheel.
+ * d/rules:
+ - dirtbike up the wheel .whl and build the pip .whl using
+ setup.py bdist_wheel.
+ - Reduce build verbosity.
-- Barry Warsaw <barry at debian.org> Thu, 03 Mar 2016 16:20:04 -0500
diff --git a/debian/rules b/debian/rules
index 1bfc7b9..44d525e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=pip
-export PYBUILD_VERBOSE=1
-export DH_VERBOSE=1
+#export PYBUILD_VERBOSE=1
+#export DH_VERBOSE=1
export PIP_NO_VENDOR_FOR_DOWNSTREAM=1
export DIRTBIKE_DIRECTORY=\
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git
More information about the Python-modules-commits
mailing list