Your message dated Sun, 22 Apr 2012 18:02:36 +0000
with message-id <[email protected]>
and subject line Bug#663228: fixed in python-virtualenv 1.7.1.2-1
has caused the Debian Bug report #663228,
regarding python-virtualenv: /usr/bin/virtualenv has the wrong shebang line
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
663228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663228
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-virtualenv
Version: 1.4.9-3
Severity: normal
Tags: patch
The /usr/bin/virtualenv script has the shebang line:
#!/usr/bin/env python
whereas it should be
#!/usr/bin/python
The former value causes a failure when run from a virtual environment which
does not itself have the virtualenv package installed, and which is isolated
from the system's dist-packages. That's because the script is run by the
virtualenv's Python and does "import virtualenv", and in an isolated
virtualenv, that module isn't available.
With the correct shebang line, the system Python is run rather than the
virtualenv's python, correctly picking up the module from the system Python's
dist-packages, and all is well.
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-virtualenv depends on:
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-pkg-resources 0.6.14-4 Package Discovery and Resource Acc
ii python-setuptools 0.6.14-4 Python Distutils Enhancements (set
ii python-support 1.0.10 automated rebuilding support for P
Versions of packages python-virtualenv recommends:
ii python-pip 0.7.2-1 alternative Python package install
python-virtualenv suggests no packages.
-- no debconf information
--- /usr/bin/virtualenv 2009-12-01 05:44:58.000000000 +0000
+++ ./virtualenv 2012-03-09 16:46:10.000000000 +0000
@@ -1,3 +1,3 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import virtualenv
virtualenv.main()
--- End Message ---
--- Begin Message ---
Source: python-virtualenv
Source-Version: 1.7.1.2-1
We believe that the bug you reported is fixed in the latest version of
python-virtualenv, which is due to be installed in the Debian FTP archive:
python-virtualenv_1.7.1.2-1.debian.tar.gz
to main/p/python-virtualenv/python-virtualenv_1.7.1.2-1.debian.tar.gz
python-virtualenv_1.7.1.2-1.dsc
to main/p/python-virtualenv/python-virtualenv_1.7.1.2-1.dsc
python-virtualenv_1.7.1.2-1_all.deb
to main/p/python-virtualenv/python-virtualenv_1.7.1.2-1_all.deb
python-virtualenv_1.7.1.2.orig.tar.gz
to main/p/python-virtualenv/python-virtualenv_1.7.1.2.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python-virtualenv
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 22 Apr 2012 17:34:40 +0200
Source: python-virtualenv
Binary: python-virtualenv
Architecture: source all
Version: 1.7.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Description:
python-virtualenv - Python virtual environment creator
Closes: 661272 663228
Changes:
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.
Checksums-Sha1:
e11455bc5f718d70c56d735df247565d6eace0e2 2206 python-virtualenv_1.7.1.2-1.dsc
61aa9e69dee3f5e33cb763d06f0faa41ba77a5f1 2138019
python-virtualenv_1.7.1.2.orig.tar.gz
918c7e4059419a22710031a3c19194aaef2d2d53 13680
python-virtualenv_1.7.1.2-1.debian.tar.gz
f277678792373e5dc58e876592a3a0c77449798a 2116616
python-virtualenv_1.7.1.2-1_all.deb
Checksums-Sha256:
787bda13ff2ae94c12f7884605303d416f1fe5dafc23a0575ffa34dd20161cd5 2206
python-virtualenv_1.7.1.2-1.dsc
9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e 2138019
python-virtualenv_1.7.1.2.orig.tar.gz
3ca9652023b348be0b3d3b6cfa4d6bd0841140cc869fcac4fcfeb870a37eb9d1 13680
python-virtualenv_1.7.1.2-1.debian.tar.gz
49443ca576bda535d0f391ba01782f060237a34f00cd0f93bf1bc5533b31ec93 2116616
python-virtualenv_1.7.1.2-1_all.deb
Files:
391fe4ec15710790c1ec8b3fd04b37f9 2206 python optional
python-virtualenv_1.7.1.2-1.dsc
3be8a014c27340f48b56465f9109d9fa 2138019 python optional
python-virtualenv_1.7.1.2.orig.tar.gz
7fc10b9b413dca67cf4cfc642e6a69a7 13680 python optional
python-virtualenv_1.7.1.2-1.debian.tar.gz
c345926e21e943289553fba9abbe662b 2116616 python optional
python-virtualenv_1.7.1.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJPlEPDAAoJEACQ/CG1zRrMHxAP/3PCk5KO/LdYqEu9uAdqXc9l
ExduFzSJd8ZmV7rKs3Bg7BrorsGnCjT08PI36kjUkYU3PDWKwvR1Hk4zRQzay3xX
DYr4L5hw3VOyFjBcTdB9sVDQ4QSzbHPevRtWy4vEJookeQCpKZV/IIuG/VK0a335
0+c4odBQ747hdPYgrknwVsL3FjDbQpISLKYlG3pTnm4CaGeKvTJhlBqWOvrLtlCY
T4L1AyYWuGlRD9KTcCFHU30+YowV6qvATbslbuTRcDK+G6zhdLHo55A14ywDLwpG
tfe6vBbRUvF+MQkcxKdMJHsdZcTxKaB8Q0vOm5bcIa1K4LKgFgbi1sfPLKWd+ekq
l1BLZ81Xv7OIg3HccUO11cMt83Ozc6M+qkTE2LjXm0UTXjTmtd43WRdH9I9AsNlh
k6fffFQIT8a9odaGw8S0/yu3RkuCHQD/BIiQnXKw9EG6Am/VyuFTLij5kIvURttq
/nOjE+HWpjnz4RUHayvXB6SfM/yjZ+4nYpcezwJZEwhfml1NgE/MtvMm7BLjOtcc
KYdIRa5gyT0PPihQ/0K+IJEc/YKBYazq40BAjwvdhW4Tpodydd5LjUcmI3VirB4X
eZArqbLDDBGT7O1HO2NzAnZh3SY3N6vlrniCiYZt98moXEDGIuWuDVEtF6vV0GB3
tJ/Jtz2yHLW9nXL/i6qQ
=Mk0j
-----END PGP SIGNATURE-----
--- End Message ---