[Python-modules-commits] [python-pip] 01/01: d/control: Add binary version dependency. (Closes: #813162)

Barry Warsaw barry at moszumanska.debian.org
Sat Jan 30 02:44:13 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 b17ccb1c0f4bed16364605f7f9945854c3fd5877
Author: Barry Warsaw <barry at python.org>
Date:   Fri Jan 29 21:44:08 2016 -0500

    d/control: Add binary version dependency. (Closes: #813162)
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90d8104..2744c8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pip (8.0.2-2) UNRELEASED; urgency=medium
+
+  * d/control: Add binary version dependency. (Closes: #813162)
+
+ -- Barry Warsaw <barry at ubuntu.com>  Fri, 29 Jan 2016 21:39:41 -0500
+
 python-pip (8.0.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 0b5dd6b..df41215 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-pip.g
 Package: python-pip
 Architecture: all
 Depends: ca-certificates,
-         python-pip-whl,
+         python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
 Recommends: build-essential,
@@ -56,7 +56,7 @@ Description: alternative Python package installer
 Package: python3-pip
 Architecture: all
 Depends: ca-certificates,
-         python-pip-whl,
+         python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends},
 Recommends: build-essential,

-- 
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