#570297 dh_install/dh_fixperms: should chmod 0755 scripts with shebang

Package:
debhelper
Source:
debhelper
Submitter:
Jean-Christophe Dubacq
Date:
2010-02-17 22:48:04 UTC
Severity:
wishlist
#570297#5
Date:
2010-02-17 22:30:24 UTC
From:
To:
Scripts with shebang should be chmoded 0755 by default when installed,
wherever they are (unless, maybe, to /usr/share/doc).

For example, scripts with shebang (#! /) (or #!/) put in /lib/udev or
/usr/lib/ConsoleKit/run-seat.d should. Since a list of these places
will be hard to come by, I think having a shebang should make you
executable by default.

Maybe this is for compat=8 only.