Skip to content
Snippets Groups Projects
  • Piotr Ożarowski's avatar
    67a247f6
    * dh_python2: · 67a247f6
    Piotr Ożarowski authored
      - 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)
    67a247f6
    History
    * dh_python2:
    Piotr Ożarowski authored
      - 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)
To find the state of this project's repository at the time of any of these versions, check out the tags.