Skip to content
Snippets Groups Projects
Commit 67a247f6 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

* dh_python2:

  - rewrite shebangs by default (disable via --no-shebang-rewrite),
    examples:
     + "/usr/bin/env python*" → "/usr/bin/python*"
     + "/usr/local/bin/python foo" → "/usr/bin/python foo"
     + "/usr/bin/python2" → "/usr/bin/python"
  - new --shebang option to replace all shebangs in bin dirs
    (example: --shebang /usr/bin/python2.6)
parent bb457825
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment