[Python-modules-commits] [python-virtualenv] 14/17: Rewheel dirtbike.
Barry Warsaw
barry at moszumanska.debian.org
Sun Jan 31 22:20:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-virtualenv.
commit b0e94c41f41cb28b88f5c83452467659481d6602
Author: Barry Warsaw <barry at python.org>
Date: Sat Jan 30 15:34:58 2016 -0500
Rewheel dirtbike.
---
debian/control | 3 ++-
debian/rules | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1a3a833..8425359 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Build-Depends-Indep: python-mock,
python3-mock,
python3-nose,
python3-pytest,
- python3-setuptools
+ python3-setuptools,
+ python3-wheel,
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
diff --git a/debian/rules b/debian/rules
index 8fd9f31..71eb611 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_auto_install:
# We need pip to be wheeled.
mkdir -p $(CURDIR)/debian/virtualenv/usr/share/python-wheels
dirtbike pip
+ dirtbike wheel
override_dh_installchangelogs:
dh_installchangelogs docs/changes.rst
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git
More information about the Python-modules-commits
mailing list