[Python-modules-commits] r27914 - in packages/python-virtualenv/tags (9 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Feb 24 15:43:15 UTC 2014
Date: Monday, February 24, 2014 @ 15:43:14
Author: barry
Revision: 27914
[svn-buildpackage] Tagging python-virtualenv 1.11.4-1
Added:
packages/python-virtualenv/tags/1.11.4-1/
packages/python-virtualenv/tags/1.11.4-1/debian/changelog
(from rev 27913, packages/python-virtualenv/trunk/debian/changelog)
packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch
(from rev 27913, packages/python-virtualenv/trunk/debian/patches/look_for_external_files.patch)
packages/python-virtualenv/tags/1.11.4-1/debian/patches/pip_non-writeable-home.patch
(from rev 27913, packages/python-virtualenv/trunk/debian/patches/pip_non-writeable-home.patch)
packages/python-virtualenv/tags/1.11.4-1/debian/rules
(from rev 27913, packages/python-virtualenv/trunk/debian/rules)
Deleted:
packages/python-virtualenv/tags/1.11.4-1/debian/changelog
packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch
packages/python-virtualenv/tags/1.11.4-1/debian/patches/pip_non-writeable-home.patch
packages/python-virtualenv/tags/1.11.4-1/debian/rules
Deleted: packages/python-virtualenv/tags/1.11.4-1/debian/changelog
===================================================================
--- packages/python-virtualenv/trunk/debian/changelog 2014-02-24 14:05:12 UTC (rev 27912)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/changelog 2014-02-24 15:43:14 UTC (rev 27914)
@@ -1,316 +0,0 @@
-python-virtualenv (1.11-2) unstable; urgency=medium
-
- * Patch the bundled pip to handle a missing/non-writeable $HOME.
- (Closes: #735806)
-
- -- Stefano Rivera <stefanor at debian.org> Sat, 18 Jan 2014 17:13:25 +0200
-
-python-virtualenv (1.11-1) unstable; urgency=medium
-
- * New upstream release.
- - Supports Python 3.4.
- - Bundled setuptools and pip are now wheels.
- * Refresh patches.
- * Bump Stardards-Version to 3.9.5 (no changes needed).
- * Remove README.Debian - contents was outdated and incorrect.
- * Update copyright, and convert to machine-readable 1.0 format.
- * Update manpage, removing ignored options and adding new ones.
- * Configure watch file to verify upstream's PGP signature.
-
- -- Stefano Rivera <stefanor at debian.org> Mon, 06 Jan 2014 17:41:48 +0200
-
-python-virtualenv (1.10.1-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release. (Closes: #719700)
- - Drop use_distribute.patch as this is no longer relevant (--distribute
- and --setuptools options no longer do anything).
- - Update files shipped by upstream.
- * Use https in watch file.
-
- -- Tristan Seligmann <mithrandi at debian.org> Wed, 14 Aug 2013 20:44:30 +0200
-
-python-virtualenv (1.9.1-1) unstable; urgency=low
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Stefano Rivera ]
- * New upstream release.
- - debian/patches/multiarch.patch: Removed; applied upstream.
- * Upload to unstable.
- * Bump Standards-Version to 3.9.4.
- - Bump debhelper dependency to 8.1 for build-{arch,indep} support.
- * Drop pycentral cleanup in preinst, we haven't used pycentral since before
- oldstable.
-
- -- Stefano Rivera <stefanor at debian.org> Fri, 10 May 2013 02:49:37 +0200
-
-python-virtualenv (1.8.4-2) experimental; urgency=low
-
- * Team upload.
- * debian/patches/multiarch.patch: Use system multiarch path, if available.
- Closes: #695707
-
- -- Barry Warsaw <barry at python.org> Tue, 25 Dec 2012 02:06:34 -0500
-
-python-virtualenv (1.8.4-1) experimental; urgency=low
-
- * Team upload.
- * New upstream release. (Closes: #691251)
- * debian/patches/{cleanup_tmpdirs,rebuild_script}.patch: Remove as
- these have been applied upstream.
- * debian/patches/add_distribute.patch: Removed, since the new
- implementation is much simpler.
- * debian/pip-test_urlparse_uses_fragment.patch, debian/rules: Remove
- the patching and repacking of pip-1.1 since the now embedded
- pip-1.2.1 already contains the change.
- * debian/patches/add_setuptools_option.patch: Added, as the simpler
- way to add the --setuptools option and $VIRTUALENV_SETUPTOOLS
- environment variable. Submitted pull request upstream.
- * debian/patches/use_distribute.patch: Set the default to distribute.
- Not forwarded upstream.
-
- -- Barry Warsaw <barry at python.org> Fri, 30 Nov 2012 15:06:23 -0500
-
-python-virtualenv (1.7.1.2-2) unstable; urgency=low
-
- * Apply test_urlparse_uses_fragment.patch to the bundled pip, allowing it to
- work with Python >= 2.7.4 or >= 3.3. (Closes: #679337)
-
- -- Stefano Rivera <stefanor at debian.org> Thu, 12 Jul 2012 12:06:31 -0600
-
-python-virtualenv (1.7.1.2-1) unstable; urgency=low
-
- [ Clint Byrum ]
- * New upstream release. (LP: #986227)
- * d/p/pep3147-dist-packges.patch - Dropped, applied upstream
- * d/p/remove_syspath0_on_reinvoke.patch - Dropped, applied upstream
-
- [ Stefano Rivera ]
- * system-python.patch: Use /usr/bin/python in the shebang
- (Closes: #663228, LP: #737734)
- * cleanup_tmpdirs.patch: Cleanup temporary working directories
- (Closes: #661272)
- - rebuild_script.patch: Include rebuild_script.py. The tmpdir patch
- touches some embedded files.
- - Rebuild virtualenv.py during package build.
- * Bumped standards version to 3.9.3 (no changes needed).
- * Add myself to Uploaders.
- * Wrap long lists in debian/control.
-
- -- Stefano Rivera <stefanor at debian.org> Sun, 22 Apr 2012 17:34:40 +0200
-
-python-virtualenv (1.7-1) unstable; urgency=low
-
- * Team upload.
- * New upstream version. Closes: #632982
- - Doesn't import pkg_resources from python2 run with -p python3
- Closes: #625784, LP: #787822
- * Refreshed patches.
- * Bumped standards version to 3.9.2 (no changes needed).
- * Updated manpage for new options:
- - --system-site-packages (no longer the default)
- - --extra-search-dir
- - --never-download
- * debian/patches/remove_syspath0_on_reinvoke.patch
- - Remove the first entry from sys.path to fix failure with -p python3
- * debian/patches/pep3147-dist-packges.patch
- - Use the unified python3 dist-packages path in site.py
-
- -- Stefano Rivera <stefanor at debian.org> Wed, 14 Dec 2011 22:22:53 +0200
-
-python-virtualenv (1.6-1) unstable; urgency=low
-
- * New upstream version. Closes: #617941
- * debian/control
- - Removed python-support from Build-Depends-Indep
- - Bump python version to 2.6.6-3
- - Removed XB-Python-Version
- - Bump to 3.9.1.0 (No changes needed)
- * debian/python-virtualenv.lintian-overrides
- - Added overrides for the 2.7 egg
- * debian/rules
- - Added --with python2 to dh $@
- * debian/virtualenv.1
- - Added the prompt option description
- * debian/patches/add_distribute.patch
- - Updated for the new upstream file virtualenv.py
-
- -- Carl Chenet <chaica at ohmytux.com> Thu, 07 Apr 2011 01:45:11 +0200
-
-python-virtualenv (1.4.9-3) unstable; urgency=low
-
- * Team upload.
- * Update look_for_external_files.patch to use /usr/share/python-virtualenv
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 22 Aug 2010 15:55:07 +0200
-
-python-virtualenv (1.4.9-2) unstable; urgency=low
-
- * Team upload.
-
- [ Carl Chenet ]
- * Renamed README.source to README.Debian
- * Added debian/patches/look_for_external_files
- - patch to store archives and eggs in /usr/share/python-virtualenv
- * debian/control
- - bump to 3.9.0 (No changes needed)
- - moved python-pip to Recommends
- * debian/rules
- - removed overrides
- - cleaning pysupport results
- * debian/install
- - corrected path to virtualenv.py. Closes: #588179
- * debian/python-virtualenv.lintian-overrides
- - modified paths to lintian-overrides
-
- [ Piotr Ożarowski ]
- * Install PIP tarball. Closes: 590824
- * Add add_distribute.patch (based on Barry Warsaw's one from Ubuntu)
- * Install scripts/virtualenv instead of the one generated by setuptools
- * Install docs/news.txt file as upstream changelog
- * Bump Standards-Version to 3.9.1 (no changes needed)
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 22 Aug 2010 00:13:28 +0200
-
-python-virtualenv (1.4.9-1) unstable; urgency=low
-
- * New upstream version. Closes: #563993,#571411
- * Switched from python-virtualenv.manpages to manpages
- * Added README.source
- * Added debian/install
- * Added Depends on python-pip >= 0.7.2
- * debian/control
- - added python in Build-Depends
- - removed Build-Depends python-setuptools dependency
- * debian/format/source
- - bump to 3.0 (quilt)
- * debian/virtualenv.1
- - added --distribute,--relocatable,--unzip-setuptools descriptions
- * debian/docs
- - added news.txt
- - added debian/README.source
- * debian/rules
- - added export DH_ALWAYS_EXCLUDE for pip sources tarball
- - added override for auto_clean, auto_build, auto_install, install
- and link
- * debian/python-virtualenv.lintian-overrides
- - Added every *.egg in the override
-
- -- Carl Chenet <chaica at ohmytux.com> Fri, 18 Jun 2010 01:28:32 +0200
-
-python-virtualenv (1.4.5-1) unstable; urgency=low
-
- * New upstream release
- * Using dh7 + rules.tiny
- * Added a debian/python-virtualenv.preinst file to get rid of
- python-central
- * Removed debian/dirs
- * debian/virtualenv.1 has been created
- * Removed debian/virtualenv.xml
- * debian/python-virtualenv.manpages
- - Switched from debian/virtualenv.1.gz to
- virtualenv.1
- * Removed debian/README.Debian because it did not contain any
- Debian-related information
- * debian/control
- - added Vcs-Svn and Vcs-Browser fields
- - removed Section field in Package section.
- - removed xsltproc and docbook-xsl from b-d-i
- - removed the or from Depends field
- - added dh7 in Build-Depends
- - switched from python-central to python-support. Closes: #556853.
- - the Maintainer is now DPMT
- - put Carl Chenet <chaica at ohmytux.com> in Uploaders
- - put Jeff Licquia <licquia at debian.org> in Uploaders
- - bump Standards-Version to 3.8.4 (no changes needed)
- - switching b-d python-all to python
- - added python-pip in the Depends field
- - added ${misc:Depends} in Depends field
- * debian/compat
- - bump to 7
- * debian/rules
- - added an override for the upstream changelog
- - using DH_ALWAYS_EXCLUDE for useless files already provided
- by dependencies
- * debian/python-virtualenv.lintian-overrides
- - removing useless overrides on setuptools for py2.4
- * debian/virtualenv.1
- - correcting a typo spotted by lintian
- * debian/python-virtualenv.preinst
- - cleaning virtualenv from site-packages
- * debian/watch
- - remove useless comments
-
- -- Carl Chenet <chaica at ohmytux.com> Wed, 17 Mar 2010 00:09:13 +0100
-
-python-virtualenv (1.3.3-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * apply Jakub Wilk's patch for Python 2.6 compatibility to
- debian/rules (Closes: #556853)
-
- -- Jan Dittberner <jandd at debian.org> Sun, 24 Jan 2010 01:37:09 +0100
-
-python-virtualenv (1.3.3-1) unstable; urgency=low
-
- * New upstream version... Closes: #518189.
- * ...which adds a "--relocatable" option. Closes: #503168.
- * Update Standards-Version.
- * Fix package name in man page. Closes: #508724.
-
- -- Jeff Licquia <licquia at debian.org> Sun, 29 Mar 2009 18:29:53 -0400
-
-python-virtualenv (1.1-1) unstable; urgency=low
-
- * New upstream version.
- * Update man page.
- * Make sure /usr/bin/virtualenv uses the default Python interpreter.
- Closes: #477683.
-
- -- Jeff Licquia <licquia at debian.org> Mon, 26 May 2008 00:11:01 -0400
-
-python-virtualenv (1.0-4) unstable; urgency=low
-
- * Ignore error on deleting unneeded directory /usr/lib, for bugfixed
- python-central. Closes: #472022.
- * Implement http://wiki.debian.org/Proposals/CopyrightFormat.
- * Update override paths to reflect new python-central layout.
-
- -- Jeff Licquia <licquia at debian.org> Wed, 26 Mar 2008 16:25:57 -0400
-
-python-virtualenv (1.0-3) unstable; urgency=low
-
- * Fix capitalization mistake.
- * Switch setuptools dependency to the new python-pkg-resources.
- Closes: #468706.
-
- -- Jeff Licquia <licquia at debian.org> Sat, 01 Mar 2008 11:17:30 -0500
-
-python-virtualenv (1.0-2) unstable; urgency=low
-
- * Add missing python-setuptools dependency. Closes: #462193.
-
- -- Jeff Licquia <licquia at debian.org> Tue, 22 Jan 2008 23:49:54 -0500
-
-python-virtualenv (1.0-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Jeff Licquia <licquia at debian.org> Wed, 16 Jan 2008 10:13:52 -0500
-
-python-virtualenv (0.9.2-2) unstable; urgency=low
-
- * Change the name of the package, by request of ftpmaster.
- * Update policy version.
- * Add Homepage and Vcs-* entries to debian/control.
-
- -- Jeff Licquia <licquia at debian.org> Wed, 26 Dec 2007 11:35:49 -0500
-
-virtualenv (0.9.2-1) unstable; urgency=low
-
- * Initial release. (Closes: #442394)
-
- -- Jeff Licquia <licquia at debian.org> Tue, 18 Sep 2007 19:30:00 -0500
-
Copied: packages/python-virtualenv/tags/1.11.4-1/debian/changelog (from rev 27913, packages/python-virtualenv/trunk/debian/changelog)
===================================================================
--- packages/python-virtualenv/tags/1.11.4-1/debian/changelog (rev 0)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/changelog 2014-02-24 15:43:14 UTC (rev 27914)
@@ -0,0 +1,332 @@
+python-virtualenv (1.11.4-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ - Fixed an issue where pip and setuptools were not getting
+ installed when using the --system-site-packages flag.
+ - Updated pip to 1.5.4.
+ - Updated setuptools to 2.2.
+ - Fixed an issue with Python 3.4 and sys.stdout encoding being set to
+ ascii.
+ * d/patches: Quilt refreshed.
+ * d/rules: Removed application of pip_non-writable-home.patch;
+ applied upstream.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 24 Feb 2014 10:38:54 -0500
+
+python-virtualenv (1.11-2) unstable; urgency=medium
+
+ * Patch the bundled pip to handle a missing/non-writeable $HOME.
+ (Closes: #735806)
+
+ -- Stefano Rivera <stefanor at debian.org> Sat, 18 Jan 2014 17:13:25 +0200
+
+python-virtualenv (1.11-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Supports Python 3.4.
+ - Bundled setuptools and pip are now wheels.
+ * Refresh patches.
+ * Bump Stardards-Version to 3.9.5 (no changes needed).
+ * Remove README.Debian - contents was outdated and incorrect.
+ * Update copyright, and convert to machine-readable 1.0 format.
+ * Update manpage, removing ignored options and adding new ones.
+ * Configure watch file to verify upstream's PGP signature.
+
+ -- Stefano Rivera <stefanor at debian.org> Mon, 06 Jan 2014 17:41:48 +0200
+
+python-virtualenv (1.10.1-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release. (Closes: #719700)
+ - Drop use_distribute.patch as this is no longer relevant (--distribute
+ and --setuptools options no longer do anything).
+ - Update files shipped by upstream.
+ * Use https in watch file.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Wed, 14 Aug 2013 20:44:30 +0200
+
+python-virtualenv (1.9.1-1) unstable; urgency=low
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Stefano Rivera ]
+ * New upstream release.
+ - debian/patches/multiarch.patch: Removed; applied upstream.
+ * Upload to unstable.
+ * Bump Standards-Version to 3.9.4.
+ - Bump debhelper dependency to 8.1 for build-{arch,indep} support.
+ * Drop pycentral cleanup in preinst, we haven't used pycentral since before
+ oldstable.
+
+ -- Stefano Rivera <stefanor at debian.org> Fri, 10 May 2013 02:49:37 +0200
+
+python-virtualenv (1.8.4-2) experimental; urgency=low
+
+ * Team upload.
+ * debian/patches/multiarch.patch: Use system multiarch path, if available.
+ Closes: #695707
+
+ -- Barry Warsaw <barry at python.org> Tue, 25 Dec 2012 02:06:34 -0500
+
+python-virtualenv (1.8.4-1) experimental; urgency=low
+
+ * Team upload.
+ * New upstream release. (Closes: #691251)
+ * debian/patches/{cleanup_tmpdirs,rebuild_script}.patch: Remove as
+ these have been applied upstream.
+ * debian/patches/add_distribute.patch: Removed, since the new
+ implementation is much simpler.
+ * debian/pip-test_urlparse_uses_fragment.patch, debian/rules: Remove
+ the patching and repacking of pip-1.1 since the now embedded
+ pip-1.2.1 already contains the change.
+ * debian/patches/add_setuptools_option.patch: Added, as the simpler
+ way to add the --setuptools option and $VIRTUALENV_SETUPTOOLS
+ environment variable. Submitted pull request upstream.
+ * debian/patches/use_distribute.patch: Set the default to distribute.
+ Not forwarded upstream.
+
+ -- Barry Warsaw <barry at python.org> Fri, 30 Nov 2012 15:06:23 -0500
+
+python-virtualenv (1.7.1.2-2) unstable; urgency=low
+
+ * Apply test_urlparse_uses_fragment.patch to the bundled pip, allowing it to
+ work with Python >= 2.7.4 or >= 3.3. (Closes: #679337)
+
+ -- Stefano Rivera <stefanor at debian.org> Thu, 12 Jul 2012 12:06:31 -0600
+
+python-virtualenv (1.7.1.2-1) unstable; urgency=low
+
+ [ Clint Byrum ]
+ * New upstream release. (LP: #986227)
+ * d/p/pep3147-dist-packges.patch - Dropped, applied upstream
+ * d/p/remove_syspath0_on_reinvoke.patch - Dropped, applied upstream
+
+ [ Stefano Rivera ]
+ * system-python.patch: Use /usr/bin/python in the shebang
+ (Closes: #663228, LP: #737734)
+ * cleanup_tmpdirs.patch: Cleanup temporary working directories
+ (Closes: #661272)
+ - rebuild_script.patch: Include rebuild_script.py. The tmpdir patch
+ touches some embedded files.
+ - Rebuild virtualenv.py during package build.
+ * Bumped standards version to 3.9.3 (no changes needed).
+ * Add myself to Uploaders.
+ * Wrap long lists in debian/control.
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 22 Apr 2012 17:34:40 +0200
+
+python-virtualenv (1.7-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream version. Closes: #632982
+ - Doesn't import pkg_resources from python2 run with -p python3
+ Closes: #625784, LP: #787822
+ * Refreshed patches.
+ * Bumped standards version to 3.9.2 (no changes needed).
+ * Updated manpage for new options:
+ - --system-site-packages (no longer the default)
+ - --extra-search-dir
+ - --never-download
+ * debian/patches/remove_syspath0_on_reinvoke.patch
+ - Remove the first entry from sys.path to fix failure with -p python3
+ * debian/patches/pep3147-dist-packges.patch
+ - Use the unified python3 dist-packages path in site.py
+
+ -- Stefano Rivera <stefanor at debian.org> Wed, 14 Dec 2011 22:22:53 +0200
+
+python-virtualenv (1.6-1) unstable; urgency=low
+
+ * New upstream version. Closes: #617941
+ * debian/control
+ - Removed python-support from Build-Depends-Indep
+ - Bump python version to 2.6.6-3
+ - Removed XB-Python-Version
+ - Bump to 3.9.1.0 (No changes needed)
+ * debian/python-virtualenv.lintian-overrides
+ - Added overrides for the 2.7 egg
+ * debian/rules
+ - Added --with python2 to dh $@
+ * debian/virtualenv.1
+ - Added the prompt option description
+ * debian/patches/add_distribute.patch
+ - Updated for the new upstream file virtualenv.py
+
+ -- Carl Chenet <chaica at ohmytux.com> Thu, 07 Apr 2011 01:45:11 +0200
+
+python-virtualenv (1.4.9-3) unstable; urgency=low
+
+ * Team upload.
+ * Update look_for_external_files.patch to use /usr/share/python-virtualenv
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 22 Aug 2010 15:55:07 +0200
+
+python-virtualenv (1.4.9-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ Carl Chenet ]
+ * Renamed README.source to README.Debian
+ * Added debian/patches/look_for_external_files
+ - patch to store archives and eggs in /usr/share/python-virtualenv
+ * debian/control
+ - bump to 3.9.0 (No changes needed)
+ - moved python-pip to Recommends
+ * debian/rules
+ - removed overrides
+ - cleaning pysupport results
+ * debian/install
+ - corrected path to virtualenv.py. Closes: #588179
+ * debian/python-virtualenv.lintian-overrides
+ - modified paths to lintian-overrides
+
+ [ Piotr Ożarowski ]
+ * Install PIP tarball. Closes: 590824
+ * Add add_distribute.patch (based on Barry Warsaw's one from Ubuntu)
+ * Install scripts/virtualenv instead of the one generated by setuptools
+ * Install docs/news.txt file as upstream changelog
+ * Bump Standards-Version to 3.9.1 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 22 Aug 2010 00:13:28 +0200
+
+python-virtualenv (1.4.9-1) unstable; urgency=low
+
+ * New upstream version. Closes: #563993,#571411
+ * Switched from python-virtualenv.manpages to manpages
+ * Added README.source
+ * Added debian/install
+ * Added Depends on python-pip >= 0.7.2
+ * debian/control
+ - added python in Build-Depends
+ - removed Build-Depends python-setuptools dependency
+ * debian/format/source
+ - bump to 3.0 (quilt)
+ * debian/virtualenv.1
+ - added --distribute,--relocatable,--unzip-setuptools descriptions
+ * debian/docs
+ - added news.txt
+ - added debian/README.source
+ * debian/rules
+ - added export DH_ALWAYS_EXCLUDE for pip sources tarball
+ - added override for auto_clean, auto_build, auto_install, install
+ and link
+ * debian/python-virtualenv.lintian-overrides
+ - Added every *.egg in the override
+
+ -- Carl Chenet <chaica at ohmytux.com> Fri, 18 Jun 2010 01:28:32 +0200
+
+python-virtualenv (1.4.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Using dh7 + rules.tiny
+ * Added a debian/python-virtualenv.preinst file to get rid of
+ python-central
+ * Removed debian/dirs
+ * debian/virtualenv.1 has been created
+ * Removed debian/virtualenv.xml
+ * debian/python-virtualenv.manpages
+ - Switched from debian/virtualenv.1.gz to
+ virtualenv.1
+ * Removed debian/README.Debian because it did not contain any
+ Debian-related information
+ * debian/control
+ - added Vcs-Svn and Vcs-Browser fields
+ - removed Section field in Package section.
+ - removed xsltproc and docbook-xsl from b-d-i
+ - removed the or from Depends field
+ - added dh7 in Build-Depends
+ - switched from python-central to python-support. Closes: #556853.
+ - the Maintainer is now DPMT
+ - put Carl Chenet <chaica at ohmytux.com> in Uploaders
+ - put Jeff Licquia <licquia at debian.org> in Uploaders
+ - bump Standards-Version to 3.8.4 (no changes needed)
+ - switching b-d python-all to python
+ - added python-pip in the Depends field
+ - added ${misc:Depends} in Depends field
+ * debian/compat
+ - bump to 7
+ * debian/rules
+ - added an override for the upstream changelog
+ - using DH_ALWAYS_EXCLUDE for useless files already provided
+ by dependencies
+ * debian/python-virtualenv.lintian-overrides
+ - removing useless overrides on setuptools for py2.4
+ * debian/virtualenv.1
+ - correcting a typo spotted by lintian
+ * debian/python-virtualenv.preinst
+ - cleaning virtualenv from site-packages
+ * debian/watch
+ - remove useless comments
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 17 Mar 2010 00:09:13 +0100
+
+python-virtualenv (1.3.3-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * apply Jakub Wilk's patch for Python 2.6 compatibility to
+ debian/rules (Closes: #556853)
+
+ -- Jan Dittberner <jandd at debian.org> Sun, 24 Jan 2010 01:37:09 +0100
+
+python-virtualenv (1.3.3-1) unstable; urgency=low
+
+ * New upstream version... Closes: #518189.
+ * ...which adds a "--relocatable" option. Closes: #503168.
+ * Update Standards-Version.
+ * Fix package name in man page. Closes: #508724.
+
+ -- Jeff Licquia <licquia at debian.org> Sun, 29 Mar 2009 18:29:53 -0400
+
+python-virtualenv (1.1-1) unstable; urgency=low
+
+ * New upstream version.
+ * Update man page.
+ * Make sure /usr/bin/virtualenv uses the default Python interpreter.
+ Closes: #477683.
+
+ -- Jeff Licquia <licquia at debian.org> Mon, 26 May 2008 00:11:01 -0400
+
+python-virtualenv (1.0-4) unstable; urgency=low
+
+ * Ignore error on deleting unneeded directory /usr/lib, for bugfixed
+ python-central. Closes: #472022.
+ * Implement http://wiki.debian.org/Proposals/CopyrightFormat.
+ * Update override paths to reflect new python-central layout.
+
+ -- Jeff Licquia <licquia at debian.org> Wed, 26 Mar 2008 16:25:57 -0400
+
+python-virtualenv (1.0-3) unstable; urgency=low
+
+ * Fix capitalization mistake.
+ * Switch setuptools dependency to the new python-pkg-resources.
+ Closes: #468706.
+
+ -- Jeff Licquia <licquia at debian.org> Sat, 01 Mar 2008 11:17:30 -0500
+
+python-virtualenv (1.0-2) unstable; urgency=low
+
+ * Add missing python-setuptools dependency. Closes: #462193.
+
+ -- Jeff Licquia <licquia at debian.org> Tue, 22 Jan 2008 23:49:54 -0500
+
+python-virtualenv (1.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Jeff Licquia <licquia at debian.org> Wed, 16 Jan 2008 10:13:52 -0500
+
+python-virtualenv (0.9.2-2) unstable; urgency=low
+
+ * Change the name of the package, by request of ftpmaster.
+ * Update policy version.
+ * Add Homepage and Vcs-* entries to debian/control.
+
+ -- Jeff Licquia <licquia at debian.org> Wed, 26 Dec 2007 11:35:49 -0500
+
+virtualenv (0.9.2-1) unstable; urgency=low
+
+ * Initial release. (Closes: #442394)
+
+ -- Jeff Licquia <licquia at debian.org> Tue, 18 Sep 2007 19:30:00 -0500
+
Deleted: packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch
===================================================================
--- packages/python-virtualenv/trunk/debian/patches/look_for_external_files.patch 2014-02-24 14:05:12 UTC (rev 27912)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch 2014-02-24 15:43:14 UTC (rev 27914)
@@ -1,26 +0,0 @@
-Description: store files in /usr/share/python-virtualenv/
-Author: Carl Chenet <chaica at ohmytux.com>
-
---- a/virtualenv.py
-+++ b/virtualenv.py
-@@ -522,7 +522,8 @@
- def file_search_dirs():
- here = os.path.dirname(os.path.abspath(__file__))
- dirs = ['.', here,
-- join(here, 'virtualenv_support')]
-+ #join(here, 'virtualenv_support')]
-+ '/usr/share/python-virtualenv/']
- if os.path.splitext(os.path.dirname(__file__))[0] != 'virtualenv':
- # Probably some boot script; just in case virtualenv is installed...
- try:
---- a/setup.py
-+++ b/setup.py
-@@ -84,6 +84,6 @@
- url='http://www.virtualenv.org',
- license='MIT',
- py_modules=['virtualenv'],
-- packages=['virtualenv_support'],
-- package_data={'virtualenv_support': ['*.whl']},
-+ #packages=['virtualenv_support'],
-+ #package_data={'virtualenv_support': ['*.whl']},
- **setup_params)
Copied: packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch (from rev 27913, packages/python-virtualenv/trunk/debian/patches/look_for_external_files.patch)
===================================================================
--- packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch (rev 0)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/patches/look_for_external_files.patch 2014-02-24 15:43:14 UTC (rev 27914)
@@ -0,0 +1,26 @@
+Description: store files in /usr/share/python-virtualenv/
+Author: Carl Chenet <chaica at ohmytux.com>
+
+--- a/virtualenv.py
++++ b/virtualenv.py
+@@ -526,7 +526,8 @@
+ def file_search_dirs():
+ here = os.path.dirname(os.path.abspath(__file__))
+ dirs = ['.', here,
+- join(here, 'virtualenv_support')]
++ #join(here, 'virtualenv_support')]
++ '/usr/share/python-virtualenv/']
+ if os.path.splitext(os.path.dirname(__file__))[0] != 'virtualenv':
+ # Probably some boot script; just in case virtualenv is installed...
+ try:
+--- a/setup.py
++++ b/setup.py
+@@ -84,6 +84,6 @@
+ url='http://www.virtualenv.org',
+ license='MIT',
+ py_modules=['virtualenv'],
+- packages=['virtualenv_support'],
+- package_data={'virtualenv_support': ['*.whl']},
++ #packages=['virtualenv_support'],
++ #package_data={'virtualenv_support': ['*.whl']},
+ **setup_params)
Deleted: packages/python-virtualenv/tags/1.11.4-1/debian/patches/pip_non-writeable-home.patch
===================================================================
--- packages/python-virtualenv/trunk/debian/patches/pip_non-writeable-home.patch 2014-02-24 14:05:12 UTC (rev 27912)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/patches/pip_non-writeable-home.patch 2014-02-24 15:43:14 UTC (rev 27914)
@@ -1,33 +0,0 @@
-Description: pip: Handle a non-writeable $HOME
-Author: Vinay Sajip <vinay_sajip at yahoo.co.uk>
-Bug-Debian: http://bugs.debian.org/735806
-Bug-Upstream: https://github.com/pypa/virtualenv/issues/535
-Bug-Distlib: https://bitbucket.org/pypa/distlib/issue/39/using-distlib-with-pip-fails-when-user-has
-Origin: upstream, https://bitbucket.org/pypa/distlib/commits/049d8d7703c1d69ddff3afcfc3f727a6db6bc1b8 https://bitbucket.org/pypa/distlib/commits/6237bf7072edaa0695f02b718ac90532e95b46ca
-Last-Update: 2014-01-18
-
---- pip-1.5/pip/_vendor/distlib/util.py
-+++ pip-1.5.1rc1/pip/_vendor/distlib/util.py
-@@ -598,8 +598,20 @@
- result = os.path.join(result, suffix)
- # we use 'isdir' instead of 'exists', because we want to
- # fail if there's a file with that name
-- if not os.path.isdir(result):
-- os.makedirs(result)
-+ if os.path.isdir(result):
-+ usable = os.access(result, os.W_OK)
-+ if not usable:
-+ logger.warning('Directory exists but is not writable: %s', result)
-+ else:
-+ try:
-+ os.makedirs(result)
-+ usable = True
-+ except OSError:
-+ logger.warning('Unable to create %s', result, exc_info=True)
-+ usable = False
-+ if not usable:
-+ result = tempfile.mkdtemp()
-+ logger.warning('Default location unusable, using %s', result)
- return result
-
-
Copied: packages/python-virtualenv/tags/1.11.4-1/debian/patches/pip_non-writeable-home.patch (from rev 27913, packages/python-virtualenv/trunk/debian/patches/pip_non-writeable-home.patch)
===================================================================
Deleted: packages/python-virtualenv/tags/1.11.4-1/debian/rules
===================================================================
--- packages/python-virtualenv/trunk/debian/rules 2014-02-24 14:05:12 UTC (rev 27912)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/rules 2014-02-24 15:43:14 UTC (rev 27914)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-PIP_WHL=$(CURDIR)/virtualenv_support/pip-1.5-py2.py3-none-any.whl
-PIP_WHL_PATCHED=$(CURDIR)/virtualenv_support/pip-1.5debian1-py2.py3-none-any.whl
-
-%:
- dh $@ --with python2
-
-override_dh_auto_configure:
- # Patch the bundled pip
- [ -e $(PIP_WHL).orig ] || mv $(PIP_WHL) $(PIP_WHL).orig
- mkdir -p debian/pip
- unzip -d debian/pip $(PIP_WHL).orig
- patch -d debian/pip -p1 < debian/patches/pip_non-writeable-home.patch
- cd debian/pip && zip -r $(PIP_WHL_PATCHED) .
- # Rebuild the embedded parts, we may be quilt patching their sources
- [ -e virtualenv.py.orig ] || cp virtualenv.py virtualenv.py.orig
- python bin/rebuild-script.py
- dh_auto_configure
-
-override_dh_auto_clean:
- [ ! -e virtualenv.py.orig ] || mv virtualenv.py.orig virtualenv.py
- rm -rf debian/pip $(PIP_WHL_PATCHED)
- [ ! -e $(PIP_WHL).orig ] || mv $(PIP_WHL).orig $(PIP_WHL)
- dh_auto_clean
-
-override_dh_installchangelogs:
- dh_installchangelogs docs/news.rst
Copied: packages/python-virtualenv/tags/1.11.4-1/debian/rules (from rev 27913, packages/python-virtualenv/trunk/debian/rules)
===================================================================
--- packages/python-virtualenv/tags/1.11.4-1/debian/rules (rev 0)
+++ packages/python-virtualenv/tags/1.11.4-1/debian/rules 2014-02-24 15:43:14 UTC (rev 27914)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+PIP_WHL=$(CURDIR)/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
+PIP_WHL_PATCHED=$(CURDIR)/virtualenv_support/pip-1.5debian1-py2.py3-none-any.whl
+
+%:
+ dh $@ --with python2
+
+override_dh_auto_configure:
+ # Patch the bundled pip
+ [ -e $(PIP_WHL).orig ] || mv $(PIP_WHL) $(PIP_WHL).orig
+ mkdir -p debian/pip
+ unzip -d debian/pip $(PIP_WHL).orig
+ # Add any necessary embedded pip patch applications here, e.g.
+ #patch -d debian/pip -p1 < debian/patches/pip_non-writeable-home.patch
+ cd debian/pip && zip -r $(PIP_WHL_PATCHED) .
+ # Rebuild the embedded parts, we may be quilt patching their sources
+ [ -e virtualenv.py.orig ] || cp virtualenv.py virtualenv.py.orig
+ python bin/rebuild-script.py
+ dh_auto_configure
+
+override_dh_auto_clean:
+ [ ! -e virtualenv.py.orig ] || mv virtualenv.py.orig virtualenv.py
+ rm -rf debian/pip $(PIP_WHL_PATCHED)
+ [ ! -e $(PIP_WHL).orig ] || mv $(PIP_WHL).orig $(PIP_WHL)
+ dh_auto_clean
+
+override_dh_installchangelogs:
+ dh_installchangelogs docs/news.rst
More information about the Python-modules-commits
mailing list