Your message dated Mon, 2 Jul 2012 10:20:59 +0100
with message-id <[email protected]>
and subject line Re: Bug#679658: [fabric] Fabric not working correctly inside 
Python virtualenv (hardcoded shebang line)
has caused the Debian Bug report #679658,
regarding [fabric] Fabric not working correctly inside Python virtualenv 
(hardcoded 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.)


-- 
679658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679658
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fabric
Version: 1.3.2-5
Severity: normal
Tags: patch

--- Please enter the report below this line. ---
'/usr/bin/fab' script
generated by setuptool's 'entry_points' feature is not working
correctly inside Python virtualenv, because of hardcoded shebang line
to '/usr/bin/python'. Attached patch is changing it to '/usr/bin/env
python' before packaging. 


--- System information. ---
Architecture: i386
Kernel:       Linux 3.2.0-2-686-pae

Debian Release: wheezy/sid
  500 testing         security.debian.org 
  500 testing         qgis.org 
  500 testing         ftp.cz.debian.org 

--- Package information. ---
Depends                      (Version) | Installed
======================================-+-==============
python2.6                              | 2.6.7-4
 OR python2.7                          | 2.7.3~rc2-2.1
python                   (>= 2.6.6-7~) | 2.7.3~rc2-1
python                        (<< 2.8) | 2.7.3~rc2-1
python-paramiko               (>= 1.6) | 1.7.7.1-2
python-pkg-resources                   | 0.6.24-1
python-nose                            | 1.1.2-3


Package's Recommends field is empty.

Suggests          (Version) | Installed
===========================-+-===========
libjs-jquery                | 1.7.2+debian-2

commit a44f2ed63a086a968ccfb1f7db4e3584fc2eb260
Author: Ivan Mincik <[email protected]>
Date:   Sat Jun 30 15:45:52 2012 +0200

    dev

diff --git a/debian/rules b/debian/rules
index c672d8a..7de459a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_installchangelogs:
 
 override_dh_compress:
 	dh_compress -X.js -X.txt
+
+override_dh_installdeb:
+	sed -i 's/\/usr\/bin\/python/\/usr\/bin\/env python/' debian/fabric/usr/bin/fab

--- End Message ---
--- Begin Message ---
Version: 1.4.2-1

Fixed in the version in sid; hopefully can still be migrated for wheezy.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected]
       `-

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to