Skip to content
Snippets Groups Projects
  1. Aug 31, 2012
  2. Jun 30, 2012
  3. 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
    • Piotr Ożarowski's avatar
      dh_python2: remove even more \.so.* dangling symlinks, thanks to Stefano... · bb457825
      Piotr Ożarowski authored
      dh_python2: remove even more \.so.* dangling symlinks, thanks to Stefano Rivera for providing a test case
      bb457825
  4. Oct 08, 2011
  5. Sep 24, 2011
  6. Sep 23, 2011
  7. Sep 22, 2011
  8. Sep 15, 2011
  9. Jul 29, 2011
  10. 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
  11. Jul 26, 2011
    • Piotr Ożarowski's avatar
      dh_python2: · 063b3aa6
      Piotr Ożarowski authored
      * no longer moves .so.foo files to pyshared dir (closes: 635316)
      * replaces .so symlinks with .so.foo files in dist-packages
      063b3aa6
  12. Jun 21, 2011
  13. Jun 18, 2011
  14. Jun 12, 2011
  15. Jun 01, 2011
  16. May 05, 2011
  17. 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
  18. Apr 04, 2011
  19. Mar 27, 2011
  20. Mar 20, 2011
  21. Mar 13, 2011
  22. Feb 17, 2011
  23. Jan 20, 2011
Loading