[Python-modules-commits] r31923 - in packages/python-pip/tags (3 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri Feb 27 23:23:29 UTC 2015
Date: Friday, February 27, 2015 @ 23:23:28
Author: barry
Revision: 31923
[svn-buildpackage] Tagging python-pip 1.5.6-5
Added:
packages/python-pip/tags/1.5.6-5/
packages/python-pip/tags/1.5.6-5/debian/changelog
(from rev 31922, packages/python-pip/trunk/debian/changelog)
Deleted:
packages/python-pip/tags/1.5.6-5/debian/changelog
Deleted: packages/python-pip/tags/1.5.6-5/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog 2015-02-27 17:51:36 UTC (rev 31921)
+++ packages/python-pip/tags/1.5.6-5/debian/changelog 2015-02-27 23:23:28 UTC (rev 31923)
@@ -1,312 +0,0 @@
-python-pip (1.5.6-5) UNRELEASED; urgency=medium
-
- * Team upload.
- * Use the .whl files for de-vendorized dependencies both inside and
- outside the virtual environments. (Closes: #744145)
- * d/control: Bump Standards-Version with no other changes necessary.
- * d/patches/use-venv-wheels.patch: Renamed to use-wheels.patch
-
- -- Barry Warsaw <barry at debian.org> Wed, 25 Feb 2015 15:24:29 -0500
-
-python-pip (1.5.6-4) unstable; urgency=medium
-
- * Team upload.
- * Backport upstream fix to use non-predictable download directories
- - Fixes denial of service vector (CVE-2014-8991) (Closes: #725847)
- - Fixes retry failures (Closes: #769930)
- * Add patch (reviewed by upstream, but not commited there yet) to prevent
- pip from removing system python packages (Closes: #771794)
-
- -- Scott Kitterman <scott at kitterman.com> Wed, 03 Dec 2014 13:46:31 -0500
-
-python-pip (1.5.6-3) unstable; urgency=medium
-
- * Team upload.
- * Remove d/patches/format_egg_string.patch. This was worked around,
- upstream, in 1.0. And this patch now breaks pip uninstall in virtualenvs.
- (Closes: #751827)
-
- -- Stefano Rivera <stefanor at debian.org> Mon, 17 Nov 2014 11:18:13 -0800
-
-python-pip (1.5.6-2) unstable; urgency=medium
-
- * Team upload.
- * d/patches/use-venv-wheels.patch: Use OSError and check errno
- instead of using FileNotFoundError, since the latter doesn't
- exist in Python 2.
-
- -- Barry Warsaw <barry at debian.org> Fri, 06 Jun 2014 12:26:53 -0400
-
-python-pip (1.5.6-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * d/control:
- - Update python-pip-whl dependencies.
- - Add python-docutils to Build-Depends.
- - Add python{,3}-wheel to Recommends in order to enable the `pip
- wheel` command. (Closes: #733286)
- * d/patches
- - de-vendorize.patch: Refreshed.
- - use-venv-wheels.patch: Handle virtualenv created venvs.
- - better-error-message.patch: Added.
- * d/pip.dependencies: Added. (Closes: #749692)
- * d/python-pip-whl.install: Updated.
- * d/README.debian: Added.
- * Updates to the pip manpage. (Closes: #687938)
- - Rewrote using reStructuredText.
- - Fleshed out with more options.
- - Removed pip.1
- - Use pip-manpage.rst as the source for both pip and pip3 commands.
-
- -- Barry Warsaw <barry at debian.org> Tue, 03 Jun 2014 18:56:01 -0400
-
-python-pip (1.5.5-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * d/patches/de-vendorize.patch: Refreshed.
- * d/patches/use-venv-wheels.patch:
- - When inside a virtual environment, prepend to sys.path any wheels found
- in <venv>/lib/python-wheels
- - Adjust setup.py's test_requires since python-virtualenv is enough to
- satisfy the requirement, but the tools aren't smart enough to know this.
- * d/compat: Bump to version 8.
- * d/control:
- - Add python-pip-whl binary package.
- - Add to Build-Depends: python{,3}-mock, python{,3}-test,
- python{,3}-scripttest, python-virtualenv, python3-wheel
- - Update other Build-Depends.
- - wrap-and-sort
- * d/rules:
- - Build and install the pip universal wheel.
- - Use --build-system=pybuild.
- - Remove unnecessary files here instead of in d/*.pyremove.
- * d/python-pip-whl.install: Added.
- * d/python-pip.install: Removed.
- * d/python-pip.pyremove: Removed.
- * d/python3-pip.install: Removed.
- * d/python3-pip.manpages: Updated.
- * d/python3-pip.pyremove: Removed.
-
- -- Barry Warsaw <barry at debian.org> Thu, 15 May 2014 16:47:46 -0400
-
-python-pip (1.5.4-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * d/patches:
- - system-ca-certificates.patch: Removed. This is obsoleted by the
- vendorizing (and on Debian, de-vendorizing) of the requests library.
- - no-python-specific-scripts.patch: Removed. Upstream renamed pip-X.Y
- to pipX.Y but adopts our pipX name as well. I don't think it hurts
- to also have pipX.Y.
- - de-vendorize.patch: Added, in order to use Debian packages instead
- of vendorized packages.
- * d/control:
- - Bump Standards-Version to 3.9.5 with no other changes needed.
- - Update Depends for the vendorized packages.
- * d/python{,3}-pip.pyremove: Remove pip/_vendor directory from binary
- packages.
-
- -- Barry Warsaw <barry at debian.org> Mon, 31 Mar 2014 14:44:40 -0400
-
-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.
- * New upstream release.
- - d/control: Update Standards-Version to 3.9.4 with no additional
- changes required.
- - d/patches/no-python-specific-scripts.patch: Refreshed.
- - d/patches/format_egg_string.patch: Refreshed.
- - d/patches/system-ca-certificates.patch: Refreshed.
-
- -- Barry Warsaw <barry at debian.org> Mon, 19 Aug 2013 18:33:23 -0400
-
-python-pip (1.3.1-1) unstable; urgency=low
-
- [ Stefano Rivera ]
- * Team upload.
- * New upstream release.
- - pip now performs SSL certificate validation.
- CVE-2013-1629 (Closes: #710163)
- * Refresh patches.
- * Drop test_urlparse_uses_fragment.patch - superseded upstream.
- * Switch debian/watch to use https.
- * Updated Homepage.
- * Install the upstream changelog (Closes: #710134)
- * debian/copyright:
- - Update authors and years.
- - The pip license is Expat.
- - Reformat as valid machine-readable copyright format 1.0.
- - Add pip/cacert.pem.
- * debian/patches/system-ca-certificates.patch: Use the CA bundle provided by
- ca-certificates.
- * debian/patches/no-python-specific-scripts.patch: Drop pip-X.Y scripts, and
- simply provide pip2 and pip3. (Closes: #679196, #680150)
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Dmitrijs Ledkovs ]
- * Build depend on python3-all, fixes FTBFS against multiple supported
- python3 versions (Closes: #692384).
-
- -- Stefano Rivera <stefanor at debian.org> Tue, 25 Jun 2013 23:43:45 +0200
-
-python-pip (1.1-3) unstable; urgency=low
-
- * debian/patches
- - add test_urlparse_uses_fragment.patch (Closes: #677801)
-
- -- Carl Chenet <chaica at debian.org> Sat, 23 Jun 2012 16:18:21 +0200
-
-python-pip (1.1-2) unstable; urgency=low
-
- * debian/control
- - Use X-Python-Version >= 2.6 (Closes: #676041)
- - Put python-all (>= 2.6) in B-D and Depends field
- - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
- * Add pip-2.6 manpage
- * debian/python-pip.install
- - add support for multiple 2.x libraries
-
- -- Carl Chenet <chaica at debian.org> Tue, 05 Jun 2012 23:03:13 +0200
-
-python-pip (1.1-1) unstable; urgency=low
-
- * New upstream version (Closes: #632578,#633610,#653049)
- * debian/control
- - Add python3-pip binary package section
- - Add python3 in B-D
- - Add python3-pkg-resources and python3-setuptools in Depends
- - Bump Standards-Version to 3.9.3
- - Add X-Python3-Version field
- - add python-dev, python3-dev and build-essential in Recommends
- in order to be able to install C extensions (Closes: #633974)
- * Add python-pip.manpages and python3-pip.manpages
- * Update the pip.1 manpage
- * Add the pip-2.7.1 and pip.3.2.1 manpages
- * Add python-pip.links to link to pip exe name only for python2
- * debian/patches
- - Modify remove_hardcoded_python_version.patch to generate pip-X.Y binaries
- * debian/rules
- - Add with python3 to dh
-
- -- Carl Chenet <chaica at debian.org> Sun, 27 May 2012 04:14:03 +0200
-
-python-pip (1.0-1) unstable; urgency=low
-
- * New upstream version
- * debian/control
- - Remove python-support from Build-Depends-Indep
- - Bump python to 2.6.6-3
- - Bump Standards-Version to 3.9.1
- * debian/patches
- - Replaced remove_hardcoded_python_version by
- remove_hardcoded_python_version.patch
- - Replaced format_egg_string by format_egg_string.patch
- * debian/rules
- - Added --with python2 to dh $@
- * debian/copyright
- - updated copyright dates and authors
-
- -- Carl Chenet <chaica at ohmytux.com> Wed, 13 Apr 2011 04:12:53 +0200
-
-python-pip (0.8.1-1) unstable; urgency=low
-
- * New upstream version
- * debian/patches/format_egg_string
- - use the same egg string format than Debian python-setuptools
- Closes: #562544
- * debian/patches/remove_hardcoded_python_version
- - remove pip-X.X exe and hardcoded Python version in entry_points.txt
- * debian/control
- - bump Standards-Version to 3.9.1. No changes needed.
- - added python-setuptools to Build-Depends-Indep
- - switched XS-Python-Version to >= 2.5
- * debian/rules
- - removing overrides
-
- -- Carl Chenet <chaica at ohmytux.com> Wed, 06 Oct 2010 01:15:42 +0200
-
-python-pip (0.7.2-1) unstable; urgency=low
-
- * New upstream version
- * Added debian/install
- * debian/source/format
- - bump to 3.0 (quilt)
- * renamed python-pip.manpages to manpages
- * debian/control
- - bump Standards-Version to 3.8.4 (no changes needed)
- - switched XS-Python-Version to all
- - removed python-setuptools in Build-Depends
- * debian/rules
- - overriding dh_auto_install to install with install file
- * debian/pip.1
- - added uninstall and search sections
-
- -- Carl Chenet <chaica at ohmytux.com> Fri, 04 Jun 2010 02:02:44 +0200
-
-python-pip (0.6.1-1) unstable; urgency=low
-
- [ Carl Chenet ]
- * New upstream release. Closes: #546049
- * Switched from python-central to python-support
- Closes: #556852
- * Using dh7 + rules.tiny
- * debian/control
- - Added Build-Depends-Indep field
- - Switched Vcs-Bzr to Vcs-Svn
- - Switched Vcs-Browser to DPMT SVN url.
- - Removed python-all-dev from b-d. Not needed.
- - Removed xsltproc and docbook-xsl from b-d-i. Not needed anymore.
- We use a static debian/pip.1
- - Maintainer is now the DPMT team
- - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
- - Put Jeff Licquia <licquia at debian.org> in Uploaders
- - python-setuptools is mandatory at runtime
- Added it in Depends field: Closes: #536698, #546432
- - Removing the first line of the long description
- - bump Standards-Version to 3.8.3 (no changes needed)
- * Removed debian/dirs
- * Replacing pip.xml by pip.1
- * debian/watch
- - Removed useless comments
- * debian/rules
- - Added an override for the upstream changelog
-
- [ Kumar Appaiah ]
- * Integrate NMU changelog entry.
-
- [ Sandro Tosi ]
- * debian/control
- - removed python-all-dev from b-d, not needed
-
- -- Carl Chenet <chaica at ohmytux.com> Tue, 15 Dec 2009 02:07:56 +0100
-
-python-pip (0.3.1-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Add Jakub Wilk's patch to fix FTBFS with Python 2.6 (Closes: #556852)
-
- -- Kumar Appaiah <akumar at debian.org> Tue, 08 Dec 2009 18:41:05 -0600
-
-python-pip (0.3.1-1) unstable; urgency=low
-
- * Initial release. Closes: #522135.
-
- -- Jeff Licquia <licquia at debian.org> Tue, 21 Apr 2009 21:10:13 -0400
Copied: packages/python-pip/tags/1.5.6-5/debian/changelog (from rev 31922, packages/python-pip/trunk/debian/changelog)
===================================================================
--- packages/python-pip/tags/1.5.6-5/debian/changelog (rev 0)
+++ packages/python-pip/tags/1.5.6-5/debian/changelog 2015-02-27 23:23:28 UTC (rev 31923)
@@ -0,0 +1,312 @@
+python-pip (1.5.6-5) unstable; urgency=medium
+
+ * Team upload.
+ * Use the .whl files for de-vendorized dependencies both inside and
+ outside the virtual environments. (Closes: #744145)
+ * d/control: Bump Standards-Version with no other changes necessary.
+ * d/patches/use-venv-wheels.patch: Renamed to use-wheels.patch
+
+ -- Barry Warsaw <barry at debian.org> Fri, 27 Feb 2015 17:02:54 -0500
+
+python-pip (1.5.6-4) unstable; urgency=medium
+
+ * Team upload.
+ * Backport upstream fix to use non-predictable download directories
+ - Fixes denial of service vector (CVE-2014-8991) (Closes: #725847)
+ - Fixes retry failures (Closes: #769930)
+ * Add patch (reviewed by upstream, but not commited there yet) to prevent
+ pip from removing system python packages (Closes: #771794)
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 03 Dec 2014 13:46:31 -0500
+
+python-pip (1.5.6-3) unstable; urgency=medium
+
+ * Team upload.
+ * Remove d/patches/format_egg_string.patch. This was worked around,
+ upstream, in 1.0. And this patch now breaks pip uninstall in virtualenvs.
+ (Closes: #751827)
+
+ -- Stefano Rivera <stefanor at debian.org> Mon, 17 Nov 2014 11:18:13 -0800
+
+python-pip (1.5.6-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/patches/use-venv-wheels.patch: Use OSError and check errno
+ instead of using FileNotFoundError, since the latter doesn't
+ exist in Python 2.
+
+ -- Barry Warsaw <barry at debian.org> Fri, 06 Jun 2014 12:26:53 -0400
+
+python-pip (1.5.6-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * d/control:
+ - Update python-pip-whl dependencies.
+ - Add python-docutils to Build-Depends.
+ - Add python{,3}-wheel to Recommends in order to enable the `pip
+ wheel` command. (Closes: #733286)
+ * d/patches
+ - de-vendorize.patch: Refreshed.
+ - use-venv-wheels.patch: Handle virtualenv created venvs.
+ - better-error-message.patch: Added.
+ * d/pip.dependencies: Added. (Closes: #749692)
+ * d/python-pip-whl.install: Updated.
+ * d/README.debian: Added.
+ * Updates to the pip manpage. (Closes: #687938)
+ - Rewrote using reStructuredText.
+ - Fleshed out with more options.
+ - Removed pip.1
+ - Use pip-manpage.rst as the source for both pip and pip3 commands.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 03 Jun 2014 18:56:01 -0400
+
+python-pip (1.5.5-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * d/patches/de-vendorize.patch: Refreshed.
+ * d/patches/use-venv-wheels.patch:
+ - When inside a virtual environment, prepend to sys.path any wheels found
+ in <venv>/lib/python-wheels
+ - Adjust setup.py's test_requires since python-virtualenv is enough to
+ satisfy the requirement, but the tools aren't smart enough to know this.
+ * d/compat: Bump to version 8.
+ * d/control:
+ - Add python-pip-whl binary package.
+ - Add to Build-Depends: python{,3}-mock, python{,3}-test,
+ python{,3}-scripttest, python-virtualenv, python3-wheel
+ - Update other Build-Depends.
+ - wrap-and-sort
+ * d/rules:
+ - Build and install the pip universal wheel.
+ - Use --build-system=pybuild.
+ - Remove unnecessary files here instead of in d/*.pyremove.
+ * d/python-pip-whl.install: Added.
+ * d/python-pip.install: Removed.
+ * d/python-pip.pyremove: Removed.
+ * d/python3-pip.install: Removed.
+ * d/python3-pip.manpages: Updated.
+ * d/python3-pip.pyremove: Removed.
+
+ -- Barry Warsaw <barry at debian.org> Thu, 15 May 2014 16:47:46 -0400
+
+python-pip (1.5.4-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * d/patches:
+ - system-ca-certificates.patch: Removed. This is obsoleted by the
+ vendorizing (and on Debian, de-vendorizing) of the requests library.
+ - no-python-specific-scripts.patch: Removed. Upstream renamed pip-X.Y
+ to pipX.Y but adopts our pipX name as well. I don't think it hurts
+ to also have pipX.Y.
+ - de-vendorize.patch: Added, in order to use Debian packages instead
+ of vendorized packages.
+ * d/control:
+ - Bump Standards-Version to 3.9.5 with no other changes needed.
+ - Update Depends for the vendorized packages.
+ * d/python{,3}-pip.pyremove: Remove pip/_vendor directory from binary
+ packages.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 31 Mar 2014 14:44:40 -0400
+
+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.
+ * New upstream release.
+ - d/control: Update Standards-Version to 3.9.4 with no additional
+ changes required.
+ - d/patches/no-python-specific-scripts.patch: Refreshed.
+ - d/patches/format_egg_string.patch: Refreshed.
+ - d/patches/system-ca-certificates.patch: Refreshed.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 19 Aug 2013 18:33:23 -0400
+
+python-pip (1.3.1-1) unstable; urgency=low
+
+ [ Stefano Rivera ]
+ * Team upload.
+ * New upstream release.
+ - pip now performs SSL certificate validation.
+ CVE-2013-1629 (Closes: #710163)
+ * Refresh patches.
+ * Drop test_urlparse_uses_fragment.patch - superseded upstream.
+ * Switch debian/watch to use https.
+ * Updated Homepage.
+ * Install the upstream changelog (Closes: #710134)
+ * debian/copyright:
+ - Update authors and years.
+ - The pip license is Expat.
+ - Reformat as valid machine-readable copyright format 1.0.
+ - Add pip/cacert.pem.
+ * debian/patches/system-ca-certificates.patch: Use the CA bundle provided by
+ ca-certificates.
+ * debian/patches/no-python-specific-scripts.patch: Drop pip-X.Y scripts, and
+ simply provide pip2 and pip3. (Closes: #679196, #680150)
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Dmitrijs Ledkovs ]
+ * Build depend on python3-all, fixes FTBFS against multiple supported
+ python3 versions (Closes: #692384).
+
+ -- Stefano Rivera <stefanor at debian.org> Tue, 25 Jun 2013 23:43:45 +0200
+
+python-pip (1.1-3) unstable; urgency=low
+
+ * debian/patches
+ - add test_urlparse_uses_fragment.patch (Closes: #677801)
+
+ -- Carl Chenet <chaica at debian.org> Sat, 23 Jun 2012 16:18:21 +0200
+
+python-pip (1.1-2) unstable; urgency=low
+
+ * debian/control
+ - Use X-Python-Version >= 2.6 (Closes: #676041)
+ - Put python-all (>= 2.6) in B-D and Depends field
+ - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
+ * Add pip-2.6 manpage
+ * debian/python-pip.install
+ - add support for multiple 2.x libraries
+
+ -- Carl Chenet <chaica at debian.org> Tue, 05 Jun 2012 23:03:13 +0200
+
+python-pip (1.1-1) unstable; urgency=low
+
+ * New upstream version (Closes: #632578,#633610,#653049)
+ * debian/control
+ - Add python3-pip binary package section
+ - Add python3 in B-D
+ - Add python3-pkg-resources and python3-setuptools in Depends
+ - Bump Standards-Version to 3.9.3
+ - Add X-Python3-Version field
+ - add python-dev, python3-dev and build-essential in Recommends
+ in order to be able to install C extensions (Closes: #633974)
+ * Add python-pip.manpages and python3-pip.manpages
+ * Update the pip.1 manpage
+ * Add the pip-2.7.1 and pip.3.2.1 manpages
+ * Add python-pip.links to link to pip exe name only for python2
+ * debian/patches
+ - Modify remove_hardcoded_python_version.patch to generate pip-X.Y binaries
+ * debian/rules
+ - Add with python3 to dh
+
+ -- Carl Chenet <chaica at debian.org> Sun, 27 May 2012 04:14:03 +0200
+
+python-pip (1.0-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/control
+ - Remove python-support from Build-Depends-Indep
+ - Bump python to 2.6.6-3
+ - Bump Standards-Version to 3.9.1
+ * debian/patches
+ - Replaced remove_hardcoded_python_version by
+ remove_hardcoded_python_version.patch
+ - Replaced format_egg_string by format_egg_string.patch
+ * debian/rules
+ - Added --with python2 to dh $@
+ * debian/copyright
+ - updated copyright dates and authors
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 13 Apr 2011 04:12:53 +0200
+
+python-pip (0.8.1-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/patches/format_egg_string
+ - use the same egg string format than Debian python-setuptools
+ Closes: #562544
+ * debian/patches/remove_hardcoded_python_version
+ - remove pip-X.X exe and hardcoded Python version in entry_points.txt
+ * debian/control
+ - bump Standards-Version to 3.9.1. No changes needed.
+ - added python-setuptools to Build-Depends-Indep
+ - switched XS-Python-Version to >= 2.5
+ * debian/rules
+ - removing overrides
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 06 Oct 2010 01:15:42 +0200
+
+python-pip (0.7.2-1) unstable; urgency=low
+
+ * New upstream version
+ * Added debian/install
+ * debian/source/format
+ - bump to 3.0 (quilt)
+ * renamed python-pip.manpages to manpages
+ * debian/control
+ - bump Standards-Version to 3.8.4 (no changes needed)
+ - switched XS-Python-Version to all
+ - removed python-setuptools in Build-Depends
+ * debian/rules
+ - overriding dh_auto_install to install with install file
+ * debian/pip.1
+ - added uninstall and search sections
+
+ -- Carl Chenet <chaica at ohmytux.com> Fri, 04 Jun 2010 02:02:44 +0200
+
+python-pip (0.6.1-1) unstable; urgency=low
+
+ [ Carl Chenet ]
+ * New upstream release. Closes: #546049
+ * Switched from python-central to python-support
+ Closes: #556852
+ * Using dh7 + rules.tiny
+ * debian/control
+ - Added Build-Depends-Indep field
+ - Switched Vcs-Bzr to Vcs-Svn
+ - Switched Vcs-Browser to DPMT SVN url.
+ - Removed python-all-dev from b-d. Not needed.
+ - Removed xsltproc and docbook-xsl from b-d-i. Not needed anymore.
+ We use a static debian/pip.1
+ - Maintainer is now the DPMT team
+ - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
+ - Put Jeff Licquia <licquia at debian.org> in Uploaders
+ - python-setuptools is mandatory at runtime
+ Added it in Depends field: Closes: #536698, #546432
+ - Removing the first line of the long description
+ - bump Standards-Version to 3.8.3 (no changes needed)
+ * Removed debian/dirs
+ * Replacing pip.xml by pip.1
+ * debian/watch
+ - Removed useless comments
+ * debian/rules
+ - Added an override for the upstream changelog
+
+ [ Kumar Appaiah ]
+ * Integrate NMU changelog entry.
+
+ [ Sandro Tosi ]
+ * debian/control
+ - removed python-all-dev from b-d, not needed
+
+ -- Carl Chenet <chaica at ohmytux.com> Tue, 15 Dec 2009 02:07:56 +0100
+
+python-pip (0.3.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add Jakub Wilk's patch to fix FTBFS with Python 2.6 (Closes: #556852)
+
+ -- Kumar Appaiah <akumar at debian.org> Tue, 08 Dec 2009 18:41:05 -0600
+
+python-pip (0.3.1-1) unstable; urgency=low
+
+ * Initial release. Closes: #522135.
+
+ -- Jeff Licquia <licquia at debian.org> Tue, 21 Apr 2009 21:10:13 -0400
More information about the Python-modules-commits
mailing list