Skip to content
Snippets Groups Projects
  1. Jun 28, 2012
  2. Jun 10, 2012
    • Piotr Ożarowski's avatar
      * 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
  3. Jan 24, 2012
  4. Oct 08, 2011
  5. Sep 15, 2011
  6. Jun 21, 2011
  7. Jun 12, 2011
  8. Mar 13, 2011
    • Piotr Ożarowski's avatar
      * dh_python2: · fa2585c9
      Piotr Ożarowski authored
        - use Depends: python (<< 2.X), python (>= 2.Y) rather than Breaks
          in packages with public modules (after a discussion on debian-devel
          mailing list)
      fa2585c9
  9. Dec 19, 2010
  10. Dec 12, 2010
    • Matthias Klose's avatar
      * pycompile: · d72d9624
      Matthias Klose authored
          - Don't over-optimize, check the timestamps of byte-code files.
          - Use the correct name for byte-code files.
          - Add an option -f/--force.
          - Copy stdout/stderr of py_compile processes in case of error.
          - Propagate the exit value of the py_compile processes.
          - Update manual page.
        * Bump depends to require the fixed pycompile for dh_python2 based package
          builds.
        * Don't touch the standard python library in rtupdate scripts.
      d72d9624
  11. Sep 12, 2010
  12. Aug 31, 2010
  13. Jul 28, 2010
  14. Jul 25, 2010
  15. Jul 21, 2010
  16. Jul 19, 2010
  17. Jul 17, 2010
  18. Jul 11, 2010
  19. Jul 10, 2010
Loading