Ubuntu Pastebin

Paste from barry at Tue, 19 Apr 2016 13:32:18 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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},
Download as text