[Python-modules-commits] r25807 - in packages/python-pip/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Sep 9 22:27:51 UTC 2013
Date: Monday, September 9, 2013 @ 22:27:41
Author: barry
Revision: 25807
* Team upload.
* d/control:
- Move ca-certificates from Recommends to Depends since
certificate checks are now turned on by default. Without this,
default usage of pip will just error with an informative message
telling you to install ca-certificates anyway. (Closes: #722295)
- wrap-and-sort
* d/python{,3}-pip.install: wrap-and-sort
Modified:
packages/python-pip/trunk/debian/changelog
packages/python-pip/trunk/debian/control
packages/python-pip/trunk/debian/python-pip.install
packages/python-pip/trunk/debian/python3-pip.install
Modified: packages/python-pip/trunk/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog 2013-09-09 21:21:50 UTC (rev 25806)
+++ packages/python-pip/trunk/debian/changelog 2013-09-09 22:27:41 UTC (rev 25807)
@@ -1,3 +1,16 @@
+python-pip (1.4.1-2) unstable; urgency=low
+
+ * Team upload.
+ * d/control:
+ - Move ca-certificates from Recommends to Depends since
+ certificate checks are now turned on by default. Without this,
+ default usage of pip will just error with an informative message
+ telling you to install ca-certificates anyway. (Closes: #722295)
+ - wrap-and-sort
+ * d/python{,3}-pip.install: wrap-and-sort
+
+ -- Barry Warsaw <barry at debian.org> Mon, 09 Sep 2013 18:26:28 -0400
+
python-pip (1.4.1-1) unstable; urgency=low
* Team upload.
Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control 2013-09-09 21:21:50 UTC (rev 25806)
+++ packages/python-pip/trunk/debian/control 2013-09-09 22:27:41 UTC (rev 25807)
@@ -14,8 +14,12 @@
Package: python-pip
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-setuptools (>= 0.6c1)
-Recommends: python-dev-all (>= 2.6), build-essential, ca-certificates
+Depends: ca-certificates,
+ python-pkg-resources,
+ python-setuptools (>= 0.6c1),
+ ${misc:Depends},
+ ${python:Depends}
+Recommends: build-essential, python-dev-all (>= 2.6)
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
@@ -24,8 +28,12 @@
Package: python3-pip
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources, python3-setuptools
-Recommends: python3-dev (>= 3.2), build-essential, ca-certificates
+Depends: ca-certificates,
+ python3-pkg-resources,
+ python3-setuptools,
+ ${misc:Depends},
+ ${python3:Depends}
+Recommends: build-essential, python3-dev (>= 3.2)
Description: alternative Python package installer - Python 3 version of the package
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
Modified: packages/python-pip/trunk/debian/python-pip.install
===================================================================
--- packages/python-pip/trunk/debian/python-pip.install 2013-09-09 21:21:50 UTC (rev 25806)
+++ packages/python-pip/trunk/debian/python-pip.install 2013-09-09 22:27:41 UTC (rev 25807)
@@ -1,3 +1,3 @@
-usr/lib/python2*
usr/bin/pip
usr/bin/pip2
+usr/lib/python2*
Modified: packages/python-pip/trunk/debian/python3-pip.install
===================================================================
--- packages/python-pip/trunk/debian/python3-pip.install 2013-09-09 21:21:50 UTC (rev 25806)
+++ packages/python-pip/trunk/debian/python3-pip.install 2013-09-09 22:27:41 UTC (rev 25807)
@@ -1,2 +1,2 @@
+usr/bin/pip3
usr/lib/python3
-usr/bin/pip3
More information about the Python-modules-commits
mailing list