diff --git a/debian/changelog b/debian/changelog
index 0ffc297..fa8b250 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-virtualenv (15.0.1+ds-3) UNRELEASED; urgency=medium
+
+ * d/control: Because of the previous change, Depends and Build-Depends
+ on python-pip-whl >= 8.1.1-2.
+
+ -- Barry Warsaw <barry@debian.org> Tue, 19 Apr 2016 09:13:23 -0400
+
python-virtualenv (15.0.1+ds-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index d3f1490..d1ff9d4 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9),
zip,
Build-Depends-Indep: python-mock,
python-nose,
- python-pip-whl (>= 8.0.3-3),
+ python-pip-whl (>= 8.1.1-2),
python-pytest,
python-setuptools,
python3-mock,
@@ -34,7 +34,7 @@ X-Python3-Version: >= 3.3
Package: python-virtualenv
Architecture: all
Depends: python,
- python-pip-whl (>= 8.1.0-2),
+ python-pip-whl (>= 8.1.1-2),
python-pkg-resources,
${misc:Depends},
${python3:Depends},
@@ -49,7 +49,7 @@ Description: Python virtual environment creator
Package: python3-virtualenv
Architecture: all
-Depends: python-pip-whl (>= 8.1.0-2),
+Depends: python-pip-whl (>= 8.1.1-2),
python3,
python3-pkg-resources,
${misc:Depends},