[Python-modules-commits] [python-pip] 01/01: d/control: Fix Breaks/Depends for python-pip-whl. (Closes: #813399)
Barry Warsaw
barry at moszumanska.debian.org
Mon Feb 1 18:09:43 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 af4faa13f52f7c14b5a06c77a5ff2aad20164fce
Author: Barry Warsaw <barry at python.org>
Date: Mon Feb 1 13:09:38 2016 -0500
d/control: Fix Breaks/Depends for python-pip-whl. (Closes: #813399)
---
debian/changelog | 1 +
debian/control | 32 ++++++++++++++++----------------
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 686617a..6c49120 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-pip (8.0.2-3) UNRELEASED; urgency=medium
* Fix python-pip Recommends of python-all-dev. (Closes: #799559)
+ * d/control: Fix Breaks/Depends for python-pip-whl. (Closes: #813399)
-- Barry Warsaw <barry at debian.org> Sat, 30 Jan 2016 17:07:08 -0500
diff --git a/debian/control b/debian/control
index 436b9bf..a1ef651 100644
--- a/debian/control
+++ b/debian/control
@@ -73,22 +73,22 @@ Description: alternative Python package installer - Python 3 version of the pack
Package: python-pip-whl
Architecture: all
Depends: ${misc:Depends},
-Breaks: python-chardet-whl (>= 2.3.0-1),
- python-colorama-whl (>= 0.3.3-1),
- python-distlib-whl (>= 0.2.1-2),
- python-html5lib-whl (>= 0.999-3),
- python-requests-whl (>= 2.9.1-2),
- python-setuptools-whl (>= 18.8-1),
- python-six-whl (>= 1.10.0-2),
- python-urllib3-whl (>= 1.13.1-1),
-Replaces: python-chardet-whl (>= 2.3.0-1),
- python-colorama-whl (>= 0.3.3-1),
- python-distlib-whl (>= 0.2.1-2),
- python-html5lib-whl (>= 0.999-3),
- python-requests-whl (>= 2.9.1-2),
- python-setuptools-whl (>= 18.8-1),
- python-six-whl (>= 1.10.0-2),
- python-urllib3-whl (>= 1.13.1-1),
+Breaks: python-chardet-whl (<= 2.3.0-1),
+ python-colorama-whl (<= 0.3.3-1),
+ python-distlib-whl (<= 0.2.1-2),
+ python-html5lib-whl (<= 0.999-3),
+ python-requests-whl (<= 2.9.1-2),
+ python-setuptools-whl (<= 18.8-1),
+ python-six-whl (<= 1.10.0-2),
+ python-urllib3-whl (<= 1.13.1-1),
+Replaces: python-chardet-whl (<= 2.3.0-1),
+ python-colorama-whl (<= 0.3.3-1),
+ python-distlib-whl (<= 0.2.1-2),
+ python-html5lib-whl (<= 0.999-3),
+ python-requests-whl (<= 2.9.1-2),
+ python-setuptools-whl (<= 18.8-1),
+ python-six-whl (<= 1.10.0-2),
+ python-urllib3-whl (<= 1.13.1-1),
Description: alternative Python package installer
pip is a replacement for easy_install, and is intended to be an improved
Python package installer. It integrates with virtualenv, doesn't do partial
--
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