Skip to content
Snippets Groups Projects
  1. Oct 21, 2012
  2. Sep 05, 2012
  3. Jul 09, 2012
  4. Jun 30, 2012
  5. Jun 29, 2012
  6. Jun 28, 2012
  7. Jun 25, 2012
  8. 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
  9. Jun 05, 2012
  10. May 05, 2012
  11. Jan 24, 2012
  12. Oct 28, 2011
  13. Oct 08, 2011
  14. Sep 24, 2011
  15. Sep 23, 2011
  16. Sep 22, 2011
  17. Sep 15, 2011
  18. Sep 12, 2011
  19. Aug 08, 2011
  20. Jul 27, 2011
    • Piotr Ożarowski's avatar
      * dh_python2: · 6d049e4f
      Piotr Ożarowski authored
        - generates rtupdate scripts for private directories that compile files
          from given package only, add --compile-all to dh_python2's call if you
          want the old behaviour (i.e. compile also files (plugins?) provided by
          other packages, which do not use a helper/bytecompile them)
      * pyclean now accepts --package and private dir argument at the same time
      6d049e4f
  21. Jul 06, 2011
  22. Jun 30, 2011
  23. Jun 21, 2011
  24. Jun 12, 2011
  25. Apr 15, 2011
    • Scott Kitterman's avatar
      Prepare for upload to Unstable: · 893b9914
      Scott Kitterman authored
        [ Scott Kitterman ]
        * Drop python2.5 as a supported Python version
          - Update debian/debian_defaults
          - Update debpython/version.py
          - Update debian/control.in
      893b9914
  26. Apr 14, 2011
  27. Apr 10, 2011
    • Piotr Ożarowski's avatar
      dh_python2, pycompile, pyclean: add "namespace" feature: · a0b54dbb
      Piotr Ożarowski authored
      dh_python2 parses Egg's namespace_packages.txt files (in addition to
      --namespace command line argument(s)) and drops empty __init__.py files
      from binary package. pycompile will regenerates them at install time and
      pyclean will remove them at uninstall time (if they're no longer used in
      installed packages
      a0b54dbb
  28. Mar 21, 2011
Loading