[Python-modules-commits] [python-pip] 01/01: Fix Built-Using package names.

Barry Warsaw barry at moszumanska.debian.org
Wed Feb 10 23:06:22 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 52cb834c7024c8cdab057335ab21e759ff4dbee7
Author: Barry Warsaw <barry at python.org>
Date:   Wed Feb 10 18:01:53 2016 -0500

    Fix Built-Using package names.
---
 debian/changelog |  8 +++++++-
 debian/control   | 10 +++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7009f8..423a15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
+python-pip (8.0.2-5) unstable; urgency=medium
+
+  * d/control: Fix Built-Using package names.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 10 Feb 2016 18:01:20 -0500
+
 python-pip (8.0.2-4) unstable; urgency=medium
 
-  * Restore Built-Using header to python-pip-whl.
+  * d/control: Restore Built-Using header to python-pip-whl.
   * d/patches/set_user_default.patch: Port from Ubuntu.  When run as a
     non-root user outside of a virtual environment --user is the default,
     and --ignore-installed is implied.  (Closes: #725848)
diff --git a/debian/control b/debian/control
index aa6aac2..a27d70c 100644
--- a/debian/control
+++ b/debian/control
@@ -73,13 +73,13 @@ Description: alternative Python package installer - Python 3 version of the pack
 Package: python-pip-whl
 Architecture: all
 Depends: ${misc:Depends},
-Built-Using: python-chardet (= 2.3.0-2),
+Built-Using: chardet (= 2.3.0-2),
              python-colorama (= 0.3.6-1),
-             python-distlib (= 0.2.2-1),
-             python-html5lib (= 0.999-4),
-             python-requests (= 2.9.1-2),
+             distlib (= 0.2.2-1),
+             html5lib (= 0.999-4),
+             requests (= 2.9.1-2),
              python-setuptools (= 18.8-1),
-             python-six (= 1.10.0-3),
+             six (= 1.10.0-3),
              python-urllib3 (= 1.13.1-1)
 Breaks: python-chardet-whl (<= 2.3.0-1),
         python-colorama-whl (<= 0.3.3-1),

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