Skip to content
Snippets Groups Projects
  1. Jun 29, 2012
  2. Jun 28, 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. 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
  6. Jun 30, 2011
  7. Jun 12, 2011
  8. Apr 14, 2011
  9. 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
  10. Mar 13, 2011
  11. Mar 08, 2011
  12. Feb 28, 2011
  13. Feb 17, 2011
  14. Dec 19, 2010
  15. Nov 30, 2010
  16. Nov 28, 2010
  17. Sep 07, 2010
  18. Jul 28, 2010
  19. Jul 25, 2010
  20. Jul 21, 2010
  21. Jul 19, 2010
  22. Jul 10, 2010
  23. Jun 13, 2010
  24. May 17, 2010
Loading