ShareSource Site »
Projects » pondus »
pondusBug Tracker
Actions » View tickets | Report a bug
Patch to remove the unneeded first line of affected files: http://sindrepb.fedorapeople.org/pondus-0.5.2-remove_script_shebang.patch
Comment by: Eike | Posted: Tuesday, 09 December 2008, 06:08PM (09/12/2008)
Thanks a lot for the report and the patch! It is committed to the stable repository and will be included in the upcoming release 0.5.3.
Bug #277 [CLOSED]
Reason: Fixed
| Vital Bug Details | |
|---|---|
| Summery: Python module files include script shebang | |
| Severity: Medium | |
| Status: | Priority: Low |
| Assigned to: Eike | Percent Complete: 100% |
| Bug Reporter | |
| Reported by: Anonymous ( on Sunday, 07 December 2008, 12:26PM (07/12/2008) ) | |
| Bug Details | |
| The include python source files in the 0.5.2 release tarball src dir all include script shebang, #! /usr/bin/env python. This is not needed for pondus to work.
This indicate that the file is an executable, which is it not, and as such the files break with the filesystem hiearchy standard when installed into the standard python modules directory as that directory should not contain executables. This is a problem when packaging pondus for distributions which strict policies on filesystem hierarchy. |
|
| View History » | |
Comments
Comment by: sindrepb | Posted: Sunday, 07 December 2008, 12:30PM (07/12/2008)Patch to remove the unneeded first line of affected files: http://sindrepb.fedorapeople.org/pondus-0.5.2-remove_script_shebang.patch
Comment by: Eike | Posted: Tuesday, 09 December 2008, 06:08PM (09/12/2008)
Thanks a lot for the report and the patch! It is committed to the stable repository and will be included in the upcoming release 0.5.3.