permissions of script files wrong/missing shebang lines
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
Alex Valavanis | ||
inkscape (Debian) |
Fix Released
|
Unknown
|
|||
inkscape (Ubuntu) |
Fix Released
|
Low
|
Alex Valavanis |
Bug Description
Hi Altogether,
while packaging for 0.48 pre1 for debian, I came back to an issue I should have reported long ago :-)
Lintian complains for the files listed below:
N: executable-
N:
N: This executable file is not an ELF format binary, and does not start
N: with the #! sequence that marks interpreted scripts. It might be a sh
N: script that fails to name /bin/sh as its shell, or it may be
N: incorrectly marked as executable. Sometimes upstream files developed
N: on Windows are marked unnecessarily as executable on other systems.
N:
N: If you are using debhelper to build your package, running dh_fixperms
N: will often correct this problem for you.
N:
N: Refer to Debian Policy Manual section 10.4 (Scripts) for details.
N:
N: Severity: normal, Certainty: certain
N:
Please go through the listed files and chef if they need the executable permission (than please add the shebang) or if they don't.
Thank you very much,
Wolfi
The affected files are:
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
W: inkscape: executable-
Related branches
- jazzynico (community): Approve
-
Diff: 508 lines (+58/-11)50 files modifiedshare/extensions/Barcode/Base.py (+1/-0)
share/extensions/Barcode/Code128.py (+1/-0)
share/extensions/Barcode/Code39.py (+1/-0)
share/extensions/Barcode/Code39Ext.py (+1/-0)
share/extensions/Barcode/Code93.py (+1/-0)
share/extensions/Barcode/EAN13.py (+1/-0)
share/extensions/Barcode/EAN5.py (+1/-0)
share/extensions/Barcode/EAN8.py (+1/-0)
share/extensions/Barcode/RM4CC.py (+1/-0)
share/extensions/Barcode/UPCA.py (+1/-0)
share/extensions/Barcode/UPCE.py (+1/-0)
share/extensions/Barcode/__init__.py (+1/-1)
share/extensions/SpSVG.pm (+1/-1)
share/extensions/color_blackandwhite.py (+1/-0)
share/extensions/color_brighter.py (+1/-0)
share/extensions/color_custom.py (+2/-1)
share/extensions/color_darker.py (+1/-0)
share/extensions/color_desaturate.py (+2/-1)
share/extensions/color_grayscale.py (+2/-1)
share/extensions/color_lesshue.py (+1/-0)
share/extensions/color_lesslight.py (+1/-0)
share/extensions/color_lesssaturation.py (+1/-0)
share/extensions/color_morehue.py (+1/-0)
share/extensions/color_morelight.py (+1/-0)
share/extensions/color_moresaturation.py (+1/-0)
share/extensions/color_negative.py (+2/-1)
share/extensions/color_randomize.py (+1/-0)
share/extensions/color_removeblue.py (+2/-1)
share/extensions/color_removegreen.py (+2/-1)
share/extensions/color_removered.py (+2/-1)
share/extensions/color_replace.py (+1/-0)
share/extensions/color_rgbbarrel.py (+2/-1)
share/extensions/dxf_templates.py (+1/-0)
share/extensions/inkweb.js (+1/-0)
share/extensions/jessyInk.js (+1/-0)
share/extensions/jessyInk_core_mouseHandler_noclick.js (+1/-0)
share/extensions/jessyInk_core_mouseHandler_zoomControl.js (+1/-0)
share/extensions/render_alphabetsoup_config.py (+1/-0)
share/extensions/render_barcode.py (+1/-0)
share/extensions/run_command.py (+1/-0)
share/extensions/svg_and_media_zip_output.py (+1/-1)
share/extensions/svg_regex.py (+1/-0)
share/extensions/text_braille.py (+1/-0)
share/extensions/text_flipcase.py (+1/-0)
share/extensions/text_lowercase.py (+1/-0)
share/extensions/text_randomcase.py (+1/-0)
share/extensions/text_replace.py (+1/-0)
share/extensions/text_sentencecase.py (+1/-0)
share/extensions/text_titlecase.py (+1/-0)
share/extensions/text_uppercase.py (+1/-0)
- Ubuntu branches: Pending requested
-
Diff: 917 lines (+377/-329)6 files modifieddebian/changelog (+19/-0)
debian/control (+1/-2)
debian/patches/00list (+1/-0)
debian/patches/02-add-shebangs-and-fix-permissions.dpatch (+274/-326)
debian/patches/fix-fontforge-glyph-template.dpatch (+82/-0)
debian/rules (+0/-1)
- Chris Coulson (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 5343 lines (+1005/-4302)6 files modifieddebian/changelog (+38/-0)
debian/patches/00list (+3/-1)
debian/patches/04-fix-build-with-gcc4.6.dpatch (+18/-0)
debian/patches/04-fix-gcc4.6-ftbfs.dpatch (+0/-4301)
debian/patches/05-add-missing-includes.dpatch (+799/-0)
debian/patches/fix-datamatrix-ui.dpatch (+147/-0)
Changed in inkscape: | |
importance: | Undecided → Low |
status: | New → Confirmed |
tags: | added: extensions-plugins |
Changed in inkscape: | |
status: | Confirmed → Triaged |
Changed in inkscape: | |
milestone: | none → 0.49 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Changed in inkscape (Ubuntu): | |
status: | In Progress → Triaged |
Changed in inkscape (Ubuntu): | |
milestone: | none → oneiric-alpha-1 |
Changed in inkscape (Debian): | |
status: | Unknown → Confirmed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Changed in inkscape (Debian): | |
status: | Confirmed → Fix Released |
I will look through them.
Regards,
Leo Jackson