Uzbl

Tasklist

FS#292 - [DEBIAN] uzbl-event-manager use "python2" in first line of script

Attached to Project: Uzbl
Opened by Morel (bmorel) - 2012-02-24 12:10:42 AM
Task Type Bug Report
Category building/dev environment
Status Unconfirmed
Assigned To No-one
Operating System Linux
Severity Very Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

When running make-install on debian, the /usr/local/bin/uzbl-event-manager generated have "#!/usr/bin/env python2" in first line. It should be just "#!/usr/bin/env python"
This task depends upon

Comment by Eugeniy Mikhailov (beaming) - 2012-03-16 02:34:13 PM
I confirm this. I had to do above change on my debian stable system as well.
Comment by David Keijser (keis) - 2012-03-17 01:27:31 PM
switching to python3 would as a side effect fix this problem.
in the short term maybe we could add some debian workaround or do some makefile magic to detect the python naming convention of the system.

btw, why don't we include the files needed to build debian packages in the repo?

Loading...